Skip to content

Commit

Permalink
fix(admin-ui): issue fixed for scopes in client
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Oct 10, 2022
1 parent 3b2068b commit 80983cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ function ClientListPage() {
dispatch(getOpenidClients(options))

buildPayload(userAction, '', options)
userAction['limit'] = 100
dispatch(getScopes(userAction))

setTimeout(() => {
Expand Down

0 comments on commit 80983cf

Please sign in to comment.