mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 02:23:25 +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:
@@ -29,7 +29,6 @@ export type AddEditCustomFieldDialogData = {
|
||||
};
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
selector: "vault-add-edit-custom-field-dialog",
|
||||
templateUrl: "./add-edit-custom-field-dialog.component.html",
|
||||
imports: [
|
||||
|
||||
@@ -69,7 +69,6 @@ export type CustomField = {
|
||||
};
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
selector: "vault-custom-fields",
|
||||
templateUrl: "./custom-fields.component.html",
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user