From 220d35ebcbf5b1ad03384554a0666d35f63b91a0 Mon Sep 17 00:00:00 2001
From: Classic298 <27028174+Classic298@users.noreply.github.com>
Date: Fri, 9 May 2025 13:00:42 +0200
Subject: [PATCH] Increase users shown per page to 30
---
src/lib/components/admin/Users/UserList.svelte | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/components/admin/Users/UserList.svelte b/src/lib/components/admin/Users/UserList.svelte
index 1f091c47a..1a18bf8f8 100644
--- a/src/lib/components/admin/Users/UserList.svelte
+++ b/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.")}
-
+
{#if !$config?.license_metadata}
{#if total > 50}