From 4c369f492d3d6e966b6231fbb163a278f771e598 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Tue, 3 Jan 2023 16:43:42 +0200 Subject: [PATCH] Fix tool version switch in onSetData --- client/src/components/Workflow/Editor/Index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Workflow/Editor/Index.vue b/client/src/components/Workflow/Editor/Index.vue index 2bd86e7c5573..7b3980b51994 100644 --- a/client/src/components/Workflow/Editor/Index.vue +++ b/client/src/components/Workflow/Editor/Index.vue @@ -555,6 +555,7 @@ export default { // also check that PJAs and other modification survive, or limit to input/output ? const step = { ...this.steps[nodeId], + content_id: data.content_id, inputs: data.inputs, outputs: data.outputs, config_form: data.config_form,