Skip to content

Commit

Permalink
fix(admin-ui): implement limit on users page
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Dec 26, 2022
1 parent 5c7e0a2 commit c59987f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function UserList(props) {
const opt = {}
useEffect(() => {
opt['limit'] = 10
dispatch(getUsers({}))
dispatch(getUsers(opt))
dispatch(getAttributesRoot(opt))
dispatch(getRoles())
}, [])
Expand Down

0 comments on commit c59987f

Please sign in to comment.