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.
2 parents 9858be2 + 345e915 commit 032c5cfCopy full SHA for 032c5cf
src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx
@@ -359,7 +359,7 @@ export default function FiltersPanel({
359
}}
360
options={['Active', 'Completed', 'All'].map(mapOps)}
361
simpleValue
362
- value={filterState.status || 'Active'}
+ value={filterState.status || 'All'}
363
/>
364
</div>
365
) : null
@@ -433,6 +433,7 @@ export default function FiltersPanel({
433
events: [],
434
endDateStart: null,
435
startDateEnd: null,
436
+ status: 'All',
437
});
438
selectCommunity(defaultCommunityId);
439
setSearchText('');
0 commit comments