Skip to content

Commit

Permalink
fix race condition (#21378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter authored Jan 17, 2023
1 parent 967c428 commit 2440071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ConnectorBuilderPageInner: React.FC = React.memo(() => {
() => (
<Formik
initialValues={initialFormValues.current}
validateOnBlur={false}
validateOnBlur
validateOnChange={false}
validateOnMount={false}
onSubmit={noop}
Expand Down

0 comments on commit 2440071

Please sign in to comment.