mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 18:33:50 +00:00
[PM-30705] Show Trash Icon in View Modal (#18329)
This commit is contained in:
committed by
jaasen-livefront
parent
07b5a1e7dc
commit
e077b4dccf
@@ -257,7 +257,7 @@ export class VaultItemDialogComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
protected get showActionButtons() {
|
||||
return this.cipher !== null && this.params.mode === "form" && this.formConfig.mode !== "clone";
|
||||
return this.cipher !== null && this.formConfig.mode !== "clone";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user