change(ui) - role form input length
This commit is contained in:
parent
880c34a6ab
commit
6a96b2748a
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ const RoleForm = (props: Props) => {
|
|||
name="name"
|
||||
value={role.name}
|
||||
onChange={write}
|
||||
maxLength={40}
|
||||
className={stl.input}
|
||||
id="name-field"
|
||||
placeholder="Ex. Admin"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue