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