1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[AC-2500] Collection row menus - adjust feature flagging (#9116)

This commit is contained in:
Thomas Rittson
2024-05-14 08:30:02 +10:00
committed by GitHub
parent 8e4073f1ca
commit 8c5841a76a
6 changed files with 24 additions and 11 deletions

View File

@@ -168,7 +168,7 @@ export class VaultItemsComponent {
protected canViewCollectionInfo(collection: CollectionView) {
const organization = this.allOrganizations.find((o) => o.id === collection.organizationId);
return collection.canViewCollectionInfo(organization);
return collection.canViewCollectionInfo(organization, this.flexibleCollectionsV1Enabled);
}
protected toggleAll() {