fix(ui) - fix typo

This commit is contained in:
Shekar Siri 2022-08-05 19:14:05 +02:00
parent 4c65971eaf
commit 2e009fae64

View file

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