Pārlūkot izejas kodu

Increase users shown per page to 30

Classic298 5 mēneši atpakaļ
vecāks
revīzija
220d35ebcb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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}