fix(ui): update groups count to reflect filtered search results (#25689)

This commit is contained in:
G30 2026-06-29 04:21:31 -04:00 committed by GitHub
parent 5796d44363
commit 78d276b4ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,7 +127,7 @@
</div>
<div class="text-lg font-medium text-gray-500 dark:text-gray-500">
{groups.length}
{filteredGroups.length}
</div>
</div>