Solved a bug with a page crashing
This commit is contained in:
@@ -480,7 +480,7 @@ function UserProfile({user, mutateUser, linkedCorporate, groups, users}: Props)
|
|||||||
name="companyUsers"
|
name="companyUsers"
|
||||||
onChange={() => null}
|
onChange={() => null}
|
||||||
label="Number of users"
|
label="Number of users"
|
||||||
defaultValue={user.corporateInformation.companyInformation.userAmount}
|
defaultValue={user.corporateInformation?.companyInformation.userAmount}
|
||||||
disabled
|
disabled
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user