Skip to content

Commit

Permalink
removed required from input
Browse files Browse the repository at this point in the history
  • Loading branch information
rafawendel2010@gmail.com committed Oct 28, 2020
1 parent c97c94b commit b56cd76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/app/components/EditParameterSettingsDialog.jsx
Expand Up @@ -145,7 +145,6 @@ function EditParameterSettingsDialog(props) {
value={isNull(param.title) ? getDefaultTitle(param.name) : param.title}
onChange={e => setParam({ ...param, title: e.target.value })}
data-test="ParameterTitleInput"
required
/>
</Form.Item>
<Form.Item label="Type" {...formItemProps}>
Expand Down

0 comments on commit b56cd76

Please sign in to comment.