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:
@@ -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",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user