1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

[AC-1724] Remove BulkCollectionAccess feature flag (#8502)

This commit is contained in:
Thomas Rittson
2024-03-28 08:08:28 +10:00
committed by GitHub
parent 8cdc94076e
commit 5cb2e99b2f
6 changed files with 2 additions and 15 deletions

View File

@@ -143,10 +143,6 @@ export class VaultComponent implements OnInit, OnDestroy {
protected currentSearchText$: Observable<string>;
protected editableCollections$: Observable<CollectionView[]>;
protected allCollectionsWithoutUnassigned$: Observable<CollectionAdminView[]>;
protected showBulkEditCollectionAccess$ = this.configService.getFeatureFlag$(
FeatureFlag.BulkCollectionAccess,
false,
);
private _flexibleCollectionsV1FlagEnabled: boolean;
protected get flexibleCollectionsV1Enabled(): boolean {