Skip to content

Commit

Permalink
fix disabled button (#15276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizel852 authored Aug 4, 2022
1 parent 2eb1d2a commit 8716138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const SignupForm: React.FC = () => {
})
}
validateOnBlur
validateOnChange={false}
validateOnChange
>
{({ isValid, isSubmitting, values, status }) => (
<Form>
Expand Down

0 comments on commit 8716138

Please sign in to comment.