Merge pull request #2157 from mslourens/update_app_role_bug
fix update role modal
This commit is contained in:
commit
61759ab1c4
|
@ -48,7 +48,7 @@
|
||||||
on:change
|
on:change
|
||||||
{options}
|
{options}
|
||||||
label="Role"
|
label="Role"
|
||||||
getOptionLabel={role => role.name}
|
getOptionLabel={role => role.label}
|
||||||
getOptionValue={role => role._id}
|
getOptionValue={role => role.value}
|
||||||
/>
|
/>
|
||||||
</ModalContent>
|
</ModalContent>
|
||||||
|
|
Loading…
Reference in New Issue