mirror of
https://github.com/bitwarden/browser
synced 2026-01-19 08:53:28 +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:
@@ -94,7 +94,6 @@ const MY_VAULT_ID = "MyVault";
|
||||
@Component({
|
||||
selector: "assign-collections",
|
||||
templateUrl: "assign-collections.component.html",
|
||||
standalone: true,
|
||||
imports: [
|
||||
CommonModule,
|
||||
JslibModule,
|
||||
|
||||
Reference in New Issue
Block a user