diff --git a/resources/js/components/actions/ConfirmableAction.vue b/resources/js/components/actions/ConfirmableAction.vue index b610546e62..44b6af8b08 100644 --- a/resources/js/components/actions/ConfirmableAction.vue +++ b/resources/js/components/actions/ConfirmableAction.vue @@ -90,30 +90,38 @@ defineExpose({ v-if="confirming" :title="action.title" :danger="action.dangerous" + :submittable="action.runnable" :buttonText="runButtonText" :busy="running" @confirm="confirmed" @cancel="reset" > - -
- -
+ __('Cancel'), @@ -72,7 +76,7 @@ function submit() {

{{ __('Are you sure?') }}

-