We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78d44f commit 582ca3cCopy full SHA for 582ca3c
components/runCards/JobCard/JobModal.tsx
@@ -231,6 +231,7 @@ export const JobModal = ({
231
uiSchema={{ "ui:order": job.variables.order?.options }}
232
validator={validator}
233
onChange={(event) => setOptionsFormData(event.formData)}
234
+ onError={() => {}}
235
>
236
{/* Remove the default submit button */}
237
<div />
0 commit comments