fix delete send button (#11296)
This commit is contained in:
parent
20c253e87b
commit
08e9a69083
|
@ -19,7 +19,7 @@
|
|||
*ngIf="config?.mode !== 'add'"
|
||||
type="button"
|
||||
buttonType="danger"
|
||||
class="tw-ml-auto bwi-lg"
|
||||
slot="end"
|
||||
bitIconButton="bwi-trash"
|
||||
[bitAction]="deleteSend"
|
||||
appA11yTitle="{{ 'delete' | i18n }}"
|
||||
|
|
Loading…
Reference in New Issue