mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +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:
@@ -26,6 +26,7 @@ export class VaultCipherRowComponent {
|
||||
@Input() cloneable: boolean;
|
||||
@Input() organizations: Organization[];
|
||||
@Input() collections: CollectionView[];
|
||||
@Input() viewingOrgVault: boolean;
|
||||
|
||||
@Output() onEvent = new EventEmitter<VaultItemEvent>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user