Skip to content

Commit

Permalink
fix userlist items per page not matching
Browse files Browse the repository at this point in the history
  • Loading branch information
lcampbell2 committed Oct 17, 2023
1 parent 1d463e5 commit 30f30eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/admin/UserList.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export function UserList({ includePending, permission, orgSlug, orgId }) {
{userList}

<RelayPaginationControls
selectedDisplayLimit={usersPerPage}
displayLimitOptions={[5, 10, 20, 50, 100]}
hasNextPage={hasNextPage}
hasPreviousPage={hasPreviousPage}
Expand Down

0 comments on commit 30f30eb

Please sign in to comment.