mirror of
https://github.com/bitwarden/browser
synced 2026-01-27 23:03:45 +00:00
[PM-31072] If Archive Item is in Trash, remove Unarchive button (#18481)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user