Skip to content

Commit 2d818a5

Browse files
Increase page size from 10 records to 50 records. (#145)
1 parent b16946d commit 2d818a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ window.app = {
6464
pointsOfInterest: "on",
6565
isCategoryDeeplink: false,
6666
page: 0,
67-
pageSize: 10,
67+
pageSize: 50,
6868
paginationRequestBusy: false
6969
},
7070
backButtonInit: () => {

0 commit comments

Comments
 (0)