mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
fix delete send button (#11296)
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
*ngIf="config?.mode !== 'add'"
|
*ngIf="config?.mode !== 'add'"
|
||||||
type="button"
|
type="button"
|
||||||
buttonType="danger"
|
buttonType="danger"
|
||||||
class="tw-ml-auto bwi-lg"
|
slot="end"
|
||||||
bitIconButton="bwi-trash"
|
bitIconButton="bwi-trash"
|
||||||
[bitAction]="deleteSend"
|
[bitAction]="deleteSend"
|
||||||
appA11yTitle="{{ 'delete' | i18n }}"
|
appA11yTitle="{{ 'delete' | i18n }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user