File tree 3 files changed +3
-7
lines changed
actions/challenge-listing
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 135
135
"tc-accounts" : " git+https://github.com/appirio-tech/accounts-app.git#dev" ,
136
136
"tc-core-library-js" : " github:appirio-tech/tc-core-library-js#v2.6.3" ,
137
137
"tc-ui" : " ^1.0.12" ,
138
- "topcoder-react-lib" : " 1000.19.8 " ,
138
+ "topcoder-react-lib" : " 1000.19.9 " ,
139
139
"topcoder-react-ui-kit" : " ^1.0.11" ,
140
140
"topcoder-react-utils" : " 0.7.8" ,
141
141
"turndown" : " ^4.0.2" ,
Original file line number Diff line number Diff line change @@ -14,12 +14,9 @@ const { getService } = services.challenge;
14
14
const { getReviewOpportunitiesService } = services . reviewOpportunities ;
15
15
16
16
/**
17
- * The maximum number of challenges to fetch in a single API call. Currently,
18
- * the backend never returns more than 50 challenges, even when a higher limit
19
- * was specified in the request. Thus, this constant should not be larger than
20
- * 50 (otherwise the frontend code will miss to load some challenges).
17
+ * The maximum number of challenges to fetch in a single API call.
21
18
*/
22
- const PAGE_SIZE = 50 ;
19
+ const PAGE_SIZE = 99 ;
23
20
24
21
/**
25
22
* The maximum number of review opportunities to fetch in a single API call.
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ const BUCKET_DATA = {
48
48
filter : {
49
49
registrationOpen : true ,
50
50
started : true ,
51
- currentPhaseName : 'Registration' ,
52
51
status : [ 'Active' ] ,
53
52
} ,
54
53
hideCount : false ,
You can’t perform that action at this time.
0 commit comments