Skip to content

Commit c799ef7

Browse files
committed
fix: page size
1 parent 74c6655 commit c799ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/my-app/src/components/features/history/AlertLogs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type SortState = {
7878
order: SortOrder;
7979
};
8080

81-
const PAGE_SIZE = 25;
81+
const PAGE_SIZE = 10;
8282

8383
/* ============================ HELPERS ===================================== */
8484

0 commit comments

Comments
 (0)