1
0
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:
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

@@ -26,6 +26,7 @@ export class VaultCipherRowComponent {
@Input() cloneable: boolean;
@Input() organizations: Organization[];
@Input() collections: CollectionView[];
@Input() viewingOrgVault: boolean;
@Output() onEvent = new EventEmitter<VaultItemEvent>();