Skip to content

Commit

Permalink
Impl [Job] Wizard: Parameters: default to Simple (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-furyk authored Aug 10, 2020
1 parent 982b81e commit 2dae85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobsPanel/jobsPanel.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const getDefaultData = functionParameters => {
data: {
name: parameter.name ?? '',
valueType: parameter.type ?? '',
parameterType: '',
parameterType: 'Simple',
value: parameter.default ?? ''
}
}))
Expand Down

0 comments on commit 2dae85b

Please sign in to comment.