Skip to content

Commit

Permalink
Fix tool version switch in onSetData
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 3, 2023
1 parent 9cd9d1b commit 4c369f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Workflow/Editor/Index.vue
Expand Up @@ -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,
Expand Down

0 comments on commit 4c369f4

Please sign in to comment.