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:
@@ -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)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user