We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b1900 commit a8d7e89Copy full SHA for a8d7e89
src/components/ChallengesComponent/ChallengeList/index.js
@@ -154,7 +154,6 @@ class ChallengeList extends Component {
154
const { searchText, sortBy, sortOrder } = this.state
155
const {
156
perPage,
157
- page,
158
loadChallengesByPage,
159
activeProjectId,
160
dashboard,
@@ -168,7 +167,7 @@ class ChallengeList extends Component {
168
167
let projectId = dashboard ? filterProjectOption : activeProjectId
169
if (perPage !== perPageNumber) {
170
loadChallengesByPage(
171
+ 1,
172
projectId,
173
status,
174
searchText,
0 commit comments