mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-14 10:13:14 +08:00
chore: button is not made disable for firstName (#1067)
This commit is contained in:
parent
67b4290846
commit
b7adc27f02
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user