Skip to content

Commit 39a069b

Browse files
committed
fix: total number
1 parent 57002c5 commit 39a069b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/insights/src/hooks/use-query-param-filter-pagination.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ export const useQueryParamFilterPagination = <T>(
137137
paginatedItems,
138138
numPages,
139139
mkPageLink,
140-
numResults: filteredItems.length,
140+
numResults: mutatedItems.length,
141141
};
142142
};

0 commit comments

Comments
 (0)