mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
fix(ui): update groups count to reflect filtered search results (#25689)
This commit is contained in:
parent
5796d44363
commit
78d276b4ff
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
|||
</div>
|
||||
|
||||
<div class="text-lg font-medium text-gray-500 dark:text-gray-500">
|
||||
{groups.length}
|
||||
{filteredGroups.length}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue