chore: button is not made disable for firstName (#1067)

This commit is contained in:
palash-signoz 2022-05-04 17:34:50 +05:30 committed by GitHub
parent 67b4290846
commit b7adc27f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,6 @@ function SignUp({ version }: SignUpProps): JSX.Element {
/> />
</div> </div>
{isNameVisible && ( {isNameVisible && (
<div> <div>
<Label htmlFor="signupFirstName">First Name</Label> <Label htmlFor="signupFirstName">First Name</Label>
@ -216,7 +215,6 @@ function SignUp({ version }: SignUpProps): JSX.Element {
</div> </div>
)} )}
<div> <div>
<Label htmlFor="organizationName">Organization Name</Label> <Label htmlFor="organizationName">Organization Name</Label>
<Input <Input
@ -334,7 +332,6 @@ function SignUp({ version }: SignUpProps): JSX.Element {
loading || loading ||
!email || !email ||
!organizationName || !organizationName ||
!firstName ||
!password || !password ||
!confirmPassword || !confirmPassword ||
confirmPasswordError confirmPasswordError