Browse Source

Increase users shown per page to 30

Classic298 5 months ago
parent
commit
220d35ebcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/admin/Users/UserList.svelte

+ 1 - 1
src/lib/components/admin/Users/UserList.svelte

@@ -521,7 +521,7 @@
 	ⓘ {$i18n.t("Click on the user role button to change a user's role.")}
 </div>
 
-<Pagination bind:page count={total} perPage={10} />
+<Pagination bind:page count={total} perPage={30} />
 
 {#if !$config?.license_metadata}
 	{#if total > 50}