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
1 changed files with 1 additions and 1 deletions

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.