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

@@ -211,7 +211,10 @@ export class VaultHeaderComponent implements OnInit {
}
get canViewCollectionInfo(): boolean {
return this.collection.node.canViewCollectionInfo(this.organization);
return this.collection.node.canViewCollectionInfo(
this.organization,
this.flexibleCollectionsV1Enabled,
);
}
get canCreateCollection(): boolean {