mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
Add standalone false to all non migrated (#14797)
Adds standalone: false to all components since Angular is changing the default to true and we'd rather not have the angular PR change 300+ files.
This commit is contained in:
@@ -16,5 +16,6 @@ export class DisablePersonalVaultExportPolicy extends BasePolicy {
|
||||
@Component({
|
||||
selector: "policy-disable-personal-vault-export",
|
||||
templateUrl: "disable-personal-vault-export.component.html",
|
||||
standalone: false,
|
||||
})
|
||||
export class DisablePersonalVaultExportPolicyComponent extends BasePolicyComponent {}
|
||||
|
||||
Reference in New Issue
Block a user