1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

Merge branch 'main' into PM-7853-Clients-Hide-Send-from-navigation-when-user-is-subject-to-the-disable-Send-policy

This commit is contained in:
bmbitwarden
2026-01-13 12:21:53 -05:00
committed by GitHub
22 changed files with 191 additions and 186 deletions

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