We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff0120 commit 02a9569Copy full SHA for 02a9569
src/containers/Operations/useOperationsInfiniteQuery.ts
@@ -18,7 +18,7 @@ const DEFAULT_SCROLL_MARGIN = 100;
18
export function useOperationsInfiniteQuery({
19
database,
20
kind,
21
- pageSize = 10,
+ pageSize = 20,
22
searchValue,
23
scrollContainerRef,
24
}: UseOperationsInfiniteQueryProps) {
0 commit comments