change(ui) - role form input length

This commit is contained in:
Shekar Siri 2023-02-03 15:33:01 +01:00 committed by Taha Yassine Kraiem
parent 880c34a6ab
commit 6a96b2748a

View file

@ -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"