mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
Remove standalone true from vault (#15040)
Remove standalone: true from every instance since it's the default as of Angular 19.
This commit is contained in:
@@ -24,7 +24,6 @@ import { CustomFieldsComponent } from "../custom-fields/custom-fields.component"
|
||||
@Component({
|
||||
selector: "vault-additional-options-section",
|
||||
templateUrl: "./additional-options-section.component.html",
|
||||
standalone: true,
|
||||
imports: [
|
||||
CommonModule,
|
||||
SectionHeaderComponent,
|
||||
|
||||
Reference in New Issue
Block a user