1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

fix update role modal

This commit is contained in:
Maurits Lourens 2021-07-28 17:56:52 +02:00
parent 14cdb118f9
commit f2ee965ef0

View file

@ -48,7 +48,7 @@
on:change
{options}
label="Role"
getOptionLabel={role => role.name}
getOptionValue={role => role._id}
getOptionLabel={role => role.label}
getOptionValue={role => role.value}
/>
</ModalContent>