mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 19:36:17 +08:00
Merge pull request #1217 from palash-signoz/1215-signup
fix: button is disable until condition is met
This commit is contained in:
commit
cfeb631a6e
@ -340,7 +340,8 @@ function SignUp({ version }: SignUpProps): JSX.Element {
|
||||
!organizationName ||
|
||||
!password ||
|
||||
!confirmPassword ||
|
||||
confirmPasswordError
|
||||
confirmPasswordError ||
|
||||
isPasswordPolicyError
|
||||
}
|
||||
>
|
||||
Get Started
|
||||
|
Loading…
x
Reference in New Issue
Block a user