Files
bodyshop/client/src/utils/config.js
2024-10-16 13:43:25 -07:00

5 lines
189 B
JavaScript

// 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;