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:
parent
f98b43c57f
commit
6dc605b741
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@ function AssignRoleModal<T extends Application | User>({
|
|||
parameters: {
|
||||
excludeRoleId: roleId,
|
||||
...(isUser
|
||||
? { 'search.type': ApplicationType.MachineToMachine, 'mode.type': 'exact' }
|
||||
: {}),
|
||||
? {}
|
||||
: { 'search.type': ApplicationType.MachineToMachine, 'mode.type': 'exact' }),
|
||||
},
|
||||
}}
|
||||
selectedEntities={entities}
|
||||
|
|
Loading…
Add table
Reference in a new issue