Skip to content

Commit

Permalink
Reduce default page size to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 7, 2024
1 parent d91d9fe commit 2a57c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/home/admin/UsersView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function UsersView() {
let items = getOrThrow(
await auth.getAllUsers({
page,
perPage: 100,
perPage: 50,
sorting: sortDescriptor.column
? {
key: sortDescriptor.column,
Expand Down

0 comments on commit 2a57c84

Please sign in to comment.