Skip to content

Commit 582ca3c

Browse files
committed
fix(run-job): remove error messages from console when validation fails
1 parent c78d44f commit 582ca3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/runCards/JobCard/JobModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export const JobModal = ({
231231
uiSchema={{ "ui:order": job.variables.order?.options }}
232232
validator={validator}
233233
onChange={(event) => setOptionsFormData(event.formData)}
234+
onError={() => {}}
234235
>
235236
{/* Remove the default submit button */}
236237
<div />

0 commit comments

Comments
 (0)