1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00

fix update role modal

This commit is contained in:
Maurits Lourens 2021-07-28 17:56:52 +02:00
parent 611296eb95
commit 661ba80e5c

View file

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