From cd78cd035266aff53f11fe500fa0a5d460ced228 Mon Sep 17 00:00:00 2001 From: Mutasem Date: Mon, 17 Jan 2022 17:35:17 +0100 Subject: [PATCH] delete unnessary comment --- packages/editor-ui/src/components/WorkflowActivator.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/editor-ui/src/components/WorkflowActivator.vue b/packages/editor-ui/src/components/WorkflowActivator.vue index c6e1bf8d68..bcf8b3b7d7 100644 --- a/packages/editor-ui/src/components/WorkflowActivator.vue +++ b/packages/editor-ui/src/components/WorkflowActivator.vue @@ -119,11 +119,6 @@ export default mixins( const activeWorkflowId = this.$store.getters.workflowId; if (newActiveState === true && this.workflowId === activeWorkflowId) { - // If the currently active workflow gets activated save the whole - // workflow. If that would not happen then it could be quite confusing - // for people because it would activate a different version of the workflow - // than the one they can currently see. - // Get the current workflow data that it gets saved together with the activation data = await this.getWorkflowDataToSave(); }