Skip to content

Commit 8716138

Browse files
authored
fix disabled button (#15276)
1 parent 2eb1d2a commit 8716138

File tree

1 file changed

+1
-1
lines changed
  • airbyte-webapp/src/packages/cloud/views/auth/SignupPage/components

1 file changed

+1
-1
lines changed

airbyte-webapp/src/packages/cloud/views/auth/SignupPage/components/SignupForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const SignupForm: React.FC = () => {
218218
})
219219
}
220220
validateOnBlur
221-
validateOnChange={false}
221+
validateOnChange
222222
>
223223
{({ isValid, isSubmitting, values, status }) => (
224224
<Form>

0 commit comments

Comments
 (0)