1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

set extensionRefreshEnabled to be undefined so the "new" button isn't shown until the feature flag is resolved (#11038)

This commit is contained in:
Nick Krantz
2024-09-16 08:33:23 -05:00
committed by GitHub
parent 20d83ab198
commit c64477034a

View File

@@ -49,7 +49,7 @@ export class VaultHeaderComponent implements OnInit {
protected All = All; protected All = All;
protected CollectionDialogTabType = CollectionDialogTabType; protected CollectionDialogTabType = CollectionDialogTabType;
protected CipherType = CipherType; protected CipherType = CipherType;
protected extensionRefreshEnabled = false; protected extensionRefreshEnabled: boolean;
/** /**
* Boolean to determine the loading state of the header. * Boolean to determine the loading state of the header.