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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user