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,