fix(ui) - fix typo
This commit is contained in:
parent
4c65971eaf
commit
2e009fae64
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ function UserForm(props: Props) {
|
|||
<Form.Field>
|
||||
<label htmlFor="role">{ 'Role' }</label>
|
||||
<Select
|
||||
placeholder="Selct Role"
|
||||
placeholder="Select Role"
|
||||
selection
|
||||
options={ roles }
|
||||
name="roleId"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue