0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

chore(console): fix typo

This commit is contained in:
Gao Sun 2023-10-25 11:51:59 +08:00
parent f98b43c57f
commit 6dc605b741
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -125,8 +125,8 @@ function AssignRoleModal<T extends Application | User>({
parameters: { parameters: {
excludeRoleId: roleId, excludeRoleId: roleId,
...(isUser ...(isUser
? { 'search.type': ApplicationType.MachineToMachine, 'mode.type': 'exact' } ? {}
: {}), : { 'search.type': ApplicationType.MachineToMachine, 'mode.type': 'exact' }),
}, },
}} }}
selectedEntities={entities} selectedEntities={entities}