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:
@@ -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[] = [];
|
||||
|
||||
Reference in New Issue
Block a user