Skip to content

Commit 32d6ae0

Browse files
committed
fix: make operations page_size to 20
1 parent 81dbbf8 commit 32d6ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Operations/useOperationsInfiniteQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DEFAULT_SCROLL_MARGIN = 100;
1818
export function useOperationsInfiniteQuery({
1919
database,
2020
kind,
21-
pageSize = 10,
21+
pageSize = 20,
2222
searchValue,
2323
scrollContainerRef,
2424
}: UseOperationsInfiniteQueryProps) {

0 commit comments

Comments
 (0)