1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 10:54:00 +00:00

[PM-31072] If Archive Item is in Trash, remove Unarchive button (#18481)

This commit is contained in:
Jason Ng
2026-01-23 11:30:31 -05:00
committed by jaasen-livefront
parent 9929b3562c
commit 8f1d1c42d0

View File

@@ -87,7 +87,7 @@
@if (showActionButtons) {
<div class="tw-ml-auto">
@if ((userCanArchive$ | async) && !params.isAdminConsoleAction) {
@if (isCipherArchived) {
@if (isCipherArchived && !cipher?.isDeleted) {
<button
type="button"
class="tw-mr-1"