Browse Source

Increase users shown per page to 30

Classic298 5 tháng trước cách đây
mục cha
commit
220d35ebcb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}