IO-2971 Export Table Size limit to 10

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-10-16 13:43:25 -07:00
parent aedad1c48f
commit 30ca34ea93
4 changed files with 12 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
// Sometimes referred to as PageSize, this variable controls the amount of records
// to show on one page during pagination.
export const pageLimit = 50;
export const exportPageLimit = 10;