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 74c6655 commit c799ef7Copy full SHA for c799ef7
client/my-app/src/components/features/history/AlertLogs.tsx
@@ -78,7 +78,7 @@ type SortState = {
78
order: SortOrder;
79
};
80
81
-const PAGE_SIZE = 25;
+const PAGE_SIZE = 10;
82
83
/* ============================ HELPERS ===================================== */
84
0 commit comments