1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

[PM-22594] update disable menu for trash menu with no items (#15165)

This commit is contained in:
Jason Ng
2025-06-13 09:39:23 -04:00
committed by GitHub
parent fb9f8a9b33
commit d5b8eeae0a

View File

@@ -166,7 +166,7 @@ export class VaultCipherRowComponent implements OnInit {
this.showAttachments || this.showAttachments ||
this.showClone || this.showClone ||
this.canEditCipher || this.canEditCipher ||
this.cipher.isDeleted (this.cipher.isDeleted && this.canRestoreCipher)
); );
} }