Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1829 | Fixing custom validation schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jul 15, 2024
1 parent 2cba175 commit 62bf730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const ConfigurationForm = props => {
id="customValidationSchema"
defaultValue="None"
value={customValidationSchema}
onChange={event => onChange('custom_validation_schema', event.target.value, setCustomValidationSchema, event.target.value === 'None' ? null : event.target.value)}
onChange={event => onChange('custom_validation_schema', event.target.value, setCustomValidationSchema, event.target.value)}
>
<MenuItem value="None">
<SelectItemText
Expand Down

0 comments on commit 62bf730

Please sign in to comment.