mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01: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:
parent
20d83ab198
commit
c64477034a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user