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

@@ -92,7 +92,10 @@ export class CollectionView implements View, ITreeNodeObject {
/**
* Returns true if the user can view collection info and access in a read-only state from the individual vault
*/
canViewCollectionInfo(org: Organization | undefined): boolean {
canViewCollectionInfo(
org: Organization | undefined,
flexibleCollectionsV1Enabled: boolean,
): boolean {
return false;
}