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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user