Use consistent style to only disable dialog close button if dialog submission is busy
This commit is contained in:
@@ -150,7 +150,8 @@ async function onSubmit() {
|
||||
:title="$t('email.outbound.title')"
|
||||
:confirm-label="$t('main.dialog.save')"
|
||||
:confirm-busy="busy"
|
||||
:reject-label="busy ? '' : $t('main.dialog.cancel')"
|
||||
:reject-label="$t('main.dialog.cancel')"
|
||||
:reject-active="!busy"
|
||||
reject-style="secondary"
|
||||
@confirm="onSubmit()"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user