mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +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:
@@ -5,7 +5,6 @@ import { ProductTierType } from "@bitwarden/common/billing/enums";
|
||||
export type OrgIconSize = "default" | "small" | "large";
|
||||
|
||||
@Directive({
|
||||
standalone: true,
|
||||
selector: "[appOrgIcon]",
|
||||
})
|
||||
export class OrgIconDirective {
|
||||
|
||||
Reference in New Issue
Block a user