fix: button is disable until condition is met

This commit is contained in:
Palash gupta 2022-05-30 22:04:45 +05:30
parent 38c0bcf4ea
commit de0fd64a5e
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

View File

@ -340,7 +340,8 @@ function SignUp({ version }: SignUpProps): JSX.Element {
!organizationName || !organizationName ||
!password || !password ||
!confirmPassword || !confirmPassword ||
confirmPasswordError confirmPasswordError ||
isPasswordPolicyError
} }
> >
Get Started Get Started