Skip to content

Commit

Permalink
Fix merge conflict in advanced step workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 19, 2024
1 parent 83a63e7 commit abacbf0
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"extensions": [
"input"
],
"optional": false
"optional": false,
"multiple": false
}
],
"annotation": "",
Expand Down Expand Up @@ -930,7 +931,8 @@
"label": "optional text parameter input",
"type": "text",
"optional": true,
"parameter": true
"parameter": true,
"multiple": false
}
],
"annotation": "",
Expand All @@ -943,8 +945,8 @@
"top": 867.0427551269531
}
},
"19": {
"id": 19,
"20": {
"id": 20,
"type": "parameter_input",
"label": "optional integer parameter input",
"content_id": null,
Expand All @@ -962,7 +964,8 @@
"label": "integer parameter input",
"type": "integer",
"optional": true,
"parameter": true
"parameter": true,
"multiple": false
}
],
"annotation": "",
Expand Down

0 comments on commit abacbf0

Please sign in to comment.