Skip to content

Commit

Permalink
fix search issue in client scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Nov 22, 2024
1 parent ebe2462 commit 0255a7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ClientBasicPanel = ({

const handlePagination = (event, shownResults) => {
userScopeAction['limit'] = PER_PAGE_SCOPES
userScopeAction['startIndex'] = (userScopeAction['startIndex'] ?? 0) + 10
userScopeAction['startIndex'] = 0
if(!userScopeAction.pattern) {
delete userScopeAction.pattern
}
Expand Down

0 comments on commit 0255a7b

Please sign in to comment.