mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
test hiding counts
This commit is contained in:
@@ -131,6 +131,7 @@ export function DataEntityList({ params }) {
|
||||
perPage={search.value.perPage}
|
||||
perPageOptions={PER_PAGE_OPTIONS}
|
||||
total={meta?.count}
|
||||
hasMore={meta?.has_more}
|
||||
onClickPage={handleClickPage}
|
||||
onClickPerPage={handleClickPerPage}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user