Skip to content

Commit

Permalink
10293-design-debt: update length of each page for case inventory report
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Dec 27, 2024
1 parent be73979 commit 7c8d98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/business/entities/EntityConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ export const CASE_SEARCH_PAGE_SIZE = 25; // number of results returned for each
export const CASE_LIST_PAGE_SIZE = 20; // number of results returned for each page for the external user dashboard case list
export const TODAYS_ORDERS_PAGE_SIZE = 100; // number of results returned for each page for the today's orders page
export const PRACTITIONER_SEARCH_PAGE_SIZE = 100; // number of results returned for each page for the practitioner search page
export const CASE_INVENTORY_PAGE_SIZE = 25; // number of results returned for each page in the case inventory report
export const CASE_INVENTORY_PAGE_SIZE = 100; // number of results returned for each page in the case inventory report
export const PENDING_REPORT_PAGE_SIZE = 100; // number of results displayed for each page in the pending report
export const COLD_CASE_REPORT_PAGE_SIZE = 100; // number of results displayed for each page in the cold case report
export const CASE_DEADLINES_REPORT_PAGE_SIZE = 100; // number of results displayed for each page in the case deadlines report
Expand Down

0 comments on commit 7c8d98b

Please sign in to comment.