feat: Increase default users per page in admin panel to 30
@@ -34,7 +34,7 @@ router = APIRouter()
############################
-PAGE_ITEM_COUNT = 10
+PAGE_ITEM_COUNT = 30
@router.get("/", response_model=UserListResponse)
@@ -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}