Merge pull request #2157 from mslourens/update_app_role_bug

fix update role modal
This commit is contained in:
Martin McKeaveney 2021-07-28 22:38:52 +01:00 committed by GitHub
commit b95fd7d623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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>