Changed to Number of users
This commit is contained in:
@@ -177,11 +177,11 @@ const UserCard = ({user, loggedInUser, onClose, onViewStudents, onViewTeachers}:
|
||||
defaultValue={companyName}
|
||||
/>
|
||||
<Input
|
||||
label="Amount of Users"
|
||||
label="Number of Users"
|
||||
type="number"
|
||||
name="userAmount"
|
||||
onChange={(e) => setUserAmount(e ? parseInt(e) : undefined)}
|
||||
placeholder="Enter amount of users"
|
||||
placeholder="Enter number of users"
|
||||
defaultValue={userAmount}
|
||||
/>
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user