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 81dbbf8 commit 32d6ae0Copy full SHA for 32d6ae0
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