浏览代码

Increase users shown per page to 30

Classic298 5 月之前
父节点
当前提交
220d35ebcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}