1
0
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:
Jason Ng
2026-01-13 09:51:55 -05:00
committed by jaasen-livefront
parent 07b5a1e7dc
commit e077b4dccf

View File

@@ -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";
}
/**