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 1146630 commit 29da52dCopy full SHA for 29da52d
src/components/ChallengesComponent/ChallengeList/index.js
@@ -168,7 +168,8 @@ class ChallengeList extends Component {
168
break
169
}
170
case 1: {
171
- this.directUpdateSearchParam(searchText, CHALLENGE_STATUS.NEW)
+ const status = selfService ? CHALLENGE_STATUS.DRAFT : CHALLENGE_STATUS.NEW
172
+ this.directUpdateSearchParam(searchText, status)
173
174
175
case 2: {
0 commit comments