1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 19:53:43 +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

@@ -37,7 +37,7 @@ export class VaultItemsComponent {
@Input() showBulkMove: boolean;
@Input() showBulkTrashOptions: boolean;
// Encompasses functionality only available from the organization vault context
@Input() showAdminActions: boolean;
@Input() showAdminActions = false;
@Input() allOrganizations: Organization[] = [];
@Input() allCollections: CollectionView[] = [];
@Input() allGroups: GroupView[] = [];