mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 04:22:02 +08:00
fix: button is disable until condition is met
This commit is contained in:
parent
38c0bcf4ea
commit
de0fd64a5e
@ -340,7 +340,8 @@ function SignUp({ version }: SignUpProps): JSX.Element {
|
|||||||
!organizationName ||
|
!organizationName ||
|
||||||
!password ||
|
!password ||
|
||||||
!confirmPassword ||
|
!confirmPassword ||
|
||||||
confirmPasswordError
|
confirmPasswordError ||
|
||||||
|
isPasswordPolicyError
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
Get Started
|
Get Started
|
||||||
|
Loading…
x
Reference in New Issue
Block a user