1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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