diff --git a/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationResolveAttributesModal.vue b/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationResolveAttributesModal.vue index 8769a11bf..304a6dac9 100644 --- a/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationResolveAttributesModal.vue +++ b/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationResolveAttributesModal.vue @@ -1,5 +1,5 @@ @@ -117,11 +80,12 @@ defineExpose({ open, close }); :cancel-button-label=" t('CONVERSATION_WORKFLOW.REQUIRED_ATTRIBUTES.MODAL.ACTIONS.CANCEL') " + :show-confirm-button="isFormComplete" @confirm="handleConfirm" >
@@ -170,7 +134,11 @@ defineExpose({ open, close }); +
+