File tree 3 files changed +3
-3
lines changed
shared/containers/challenge-listing/Listing
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"challengeFilter" : {
3
- "tags " : [" TCO " , " TCO20 " ]
3
+ "events " : [" tco20 " ]
4
4
},
5
5
"communityId" : " tco20" ,
6
6
"communityName" : " TCO20" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"challengeFilter" : {
3
- "tags " : [" TCO " , " TCO21 " ]
3
+ "events " : [" tco21 " ]
4
4
},
5
5
"communityId" : " tco21" ,
6
6
"communityName" : " TCO21" ,
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ export class ListingContainer extends React.Component {
136
136
if ( communityFilter ) communityFilter = communityFilter . challengeFilter ;
137
137
if ( communityFilter ) filter = combine ( filter , communityFilter ) ;
138
138
if ( communityId && ! _ . isEmpty ( groupIds ) ) {
139
- filter . groups = groupIds ;
139
+ filter . groupIds = groupIds ;
140
140
}
141
141
return {
142
142
back : mapToBackend ( filter ) ,
You can’t perform that action at this time.
0 commit comments