Skip to content

Commit 606536f

Browse files
authored
Merge pull request #5281 from topcoder-platform/develop
Release 2020/12/29 (v1.7.2) - Fix saved filter and Appium icons
2 parents 1abd5b8 + 68664ef commit 606536f

File tree

5 files changed

+77
-2
lines changed

5 files changed

+77
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ workflows:
260260
branches:
261261
only:
262262
- develop
263-
- search-whitespace
264263
# Production builds are exectuted
265264
# when PR is merged to the master
266265
# Don't change anything in this configuration
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 38 additions & 0 deletions
Loading

src/shared/containers/challenge-listing/FilterPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class Container extends React.Component {
9999
validTypes,
100100
} = this.props;
101101

102-
if (validTypes.length && !this.initialDefaultChallengeTypes) {
102+
if (!filterState.types.length && validTypes.length && !this.initialDefaultChallengeTypes) {
103103
setFilterState({
104104
..._.clone(filterState),
105105
types: validTypes.map(item => item.abbreviation),

0 commit comments

Comments
 (0)