fix(dashboard): count filtered amount of items in list instead of all
This commit is contained in:
parent
67d5118c9c
commit
3e6cb3bd2c
@ -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…
Reference in New Issue
Block a user