1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-12505] - add delete send button to footer (#11187)

* add delete send button to footer

* add basic error handling

* update copy. user bitAction

* use arrow function. remove border class
This commit is contained in:
Jordan Aasen
2024-09-24 00:26:25 -07:00
committed by GitHub
parent aa91a8d5ca
commit 6d9223fac7
4 changed files with 58 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ export class SendListItemsContainerComponent {
async deleteSend(s: SendView): Promise<boolean> {
const confirmed = await this.dialogService.openSimpleDialog({
title: { key: "deleteSend" },
content: { key: "deleteSendConfirmation" },
content: { key: "deleteSendPermanentConfirmation" },
type: "warning",
});