Skip to content

Commit 4bd5610

Browse files
committed
feat: 65634 Reduce amount of items displayed per page of SelectionList
1 parent e8ee21b commit 4bd5610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CONST/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5177,7 +5177,7 @@ const CONST = {
51775177
* The maximum count of items per page for SelectionList.
51785178
* When paginate, it multiplies by page number.
51795179
*/
5180-
MAX_SELECTION_LIST_PAGE_LENGTH: 500,
5180+
MAX_SELECTION_LIST_PAGE_LENGTH: 50,
51815181

51825182
/**
51835183
* Bank account names

0 commit comments

Comments
 (0)