mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 03:29:02 +08:00
chore: remove the required check from organisation name (#6225)
This commit is contained in:
parent
481f9620d3
commit
911362cecf
@ -303,7 +303,6 @@ function SignUp({ version }: SignUpProps): JSX.Element {
|
||||
return (
|
||||
loading ||
|
||||
!values.email ||
|
||||
!values.organizationName ||
|
||||
(!precheck.sso && (!values.password || !values.confirmPassword)) ||
|
||||
(!isDetailsDisable && !values.firstName) ||
|
||||
confirmPasswordError ||
|
||||
@ -354,7 +353,6 @@ function SignUp({ version }: SignUpProps): JSX.Element {
|
||||
<FormContainer.Item noStyle name="organizationName">
|
||||
<Input
|
||||
placeholder={t('placeholder_orgname')}
|
||||
required
|
||||
id="organizationName"
|
||||
disabled={isDetailsDisable}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user