From 6e162fa393f21b54e0b23364a63460b9d06dfc7a Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 27 Nov 2024 11:09:43 +0700 Subject: [PATCH] chore: clean --- src/components/dialog/DialogProperties.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/dialog/DialogProperties.vue b/src/components/dialog/DialogProperties.vue index 93ae6c46..a6ab4a7b 100644 --- a/src/components/dialog/DialogProperties.vue +++ b/src/components/dialog/DialogProperties.vue @@ -69,13 +69,11 @@ const typeOption = [ ]; function submit() { - console.log(tempStep.value); workflowId.value = tempWorkflowId.value; dataStep.value = JSON.parse(JSON.stringify(tempStep.value)); model.value = false; if (props.selectFlow && currWorkflow.value) { - console.log(JSON.parse(JSON.stringify(currWorkflow.value))); emit('submit', currWorkflow.value); } }