mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): count filtered amount of items in list instead of all
This commit is contained in:
parent
67d5118c9c
commit
3e6cb3bd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
|||
</Col>
|
||||
</Row>
|
||||
{:else}
|
||||
<span class="itemcounter">{list.length} {itemType}s ({slicedList.length} shown)</span>
|
||||
<span class="itemcounter">{processedList.length} {itemType}s ({slicedList.length} shown)</span>
|
||||
<ListSearch bind:searchBy bind:searchValue on:refresh={fetchList} />
|
||||
|
||||
<ListPagination bind:currentPage {pageAmount} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue