File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
__tests__/shared/components/challenge-listing/Filters
src/server/tc-communities Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const mockDatas = [{
18
18
} ,
19
19
] ,
20
20
filterState : {
21
- groups : [ ]
21
+ groups : [ ] ,
22
22
} ,
23
23
hidden : true ,
24
24
onSaveFilter,
@@ -37,7 +37,7 @@ const mockDatas = [{
37
37
} ,
38
38
] ,
39
39
filterState : {
40
- groups : [ ]
40
+ groups : [ ] ,
41
41
} ,
42
42
hidden : false ,
43
43
onSaveFilter,
Original file line number Diff line number Diff line change 1
1
{
2
2
"challengeFilter" : {
3
- "groupIds " : [" 20000013 " ]
3
+ "groups " : [" tc-prod-dev " ]
4
4
},
5
5
"communityId" : " tc-prod-dev" ,
6
6
"communityName" : " Topcoder Product Development" ,
7
- "groupIds " : [" 20000013 " ],
7
+ "groups " : [" tc-prod-dev " ],
8
8
"hidden" : true ,
9
9
"terms" : [21193 ,21153 ],
10
10
"logos" : [{
Original file line number Diff line number Diff line change 1
1
{
2
2
"challengeFilter" : {
3
- "groupIds " : [" 20000078 " ],
3
+ "groups " : [" tco-parent " ],
4
4
"or" : [{
5
5
"tags" : [" TCO" , " TCO19" ]
6
6
}]
7
7
},
8
8
"communityId" : " tco19" ,
9
9
"communityName" : " TCO19" ,
10
- "groupIds " : [" 20000078 " ],
10
+ "groups " : [" tco-parent " ],
11
11
"hideSearch" : true ,
12
12
"logos" : [{
13
13
"img" : " /community-app-assets/themes/tco/TCO19.svg" ,
You can’t perform that action at this time.
0 commit comments