mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 07:08:58 +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 (
|
return (
|
||||||
loading ||
|
loading ||
|
||||||
!values.email ||
|
!values.email ||
|
||||||
!values.organizationName ||
|
|
||||||
(!precheck.sso && (!values.password || !values.confirmPassword)) ||
|
(!precheck.sso && (!values.password || !values.confirmPassword)) ||
|
||||||
(!isDetailsDisable && !values.firstName) ||
|
(!isDetailsDisable && !values.firstName) ||
|
||||||
confirmPasswordError ||
|
confirmPasswordError ||
|
||||||
@ -354,7 +353,6 @@ function SignUp({ version }: SignUpProps): JSX.Element {
|
|||||||
<FormContainer.Item noStyle name="organizationName">
|
<FormContainer.Item noStyle name="organizationName">
|
||||||
<Input
|
<Input
|
||||||
placeholder={t('placeholder_orgname')}
|
placeholder={t('placeholder_orgname')}
|
||||||
required
|
|
||||||
id="organizationName"
|
id="organizationName"
|
||||||
disabled={isDetailsDisable}
|
disabled={isDetailsDisable}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user