1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

AC-2057 3dot menu missing in individual vault (#7529)

* update individual vault so 3dot menu shows in cipher row
This commit is contained in:
Jason Ng
2024-01-12 15:00:11 -05:00
committed by GitHub
parent 5fb35df71a
commit 2347b96dba
5 changed files with 5 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ export class VaultItemsComponent {
@Input() allGroups: GroupView[] = [];
@Input() showBulkEditCollectionAccess = false;
@Input() showPermissionsColumn = false;
@Input() viewingOrgVault: boolean;
private _ciphers?: CipherView[] = [];
@Input() get ciphers(): CipherView[] {