Skip to content

Commit

Permalink
Fix error display timings in invocation param form
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalization committed Dec 3, 2024
1 parent 5641a64 commit da71052
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/pages/playground/InvocationParametersFormFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ export const InvocationParametersFormFields = ({
const form = useForm({
values,
mode: "onBlur",
delayError: 0,
shouldFocusError: false,
resetOptions: {
keepErrors: true,
},
});

const trigger = form.trigger;
Expand Down

0 comments on commit da71052

Please sign in to comment.