mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
ac8e81834c
commit
40f9747ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@
|
|||
|
||||
<Pagination bind:page count={users.length} />
|
||||
|
||||
{#if users.length > 3}
|
||||
{#if users.length > 50}
|
||||
<div class="text-sm">
|
||||
<Markdown
|
||||
content={`
|
||||
|
|
|
|||
Loading…
Reference in a new issue