Skip to content

Commit 79b053d

Browse files
authored
Merge pull request #404 from topcoder-platform/karthikbecse-patch-2
fixes #279
2 parents 74eeedd + 22deec4 commit 79b053d

File tree

1 file changed

+2
-1
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersPanel

1 file changed

+2
-1
lines changed

src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ export default function FiltersPanel({
8080
<div styleName="filter community">
8181
<label htmlFor="community-select">Sub community</label>
8282
<Select
83+
autoBlur
84+
clearable={false}
8385
id="community-select"
8486
onChange={selectCommunity}
8587
options={communityOps}
86-
autoBlur
8788
simpleValue
8889
value={selectedCommunityId}
8990
/>

0 commit comments

Comments
 (0)