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