Skip to content

Commit b99c9ad

Browse files
Update index.jsx
1 parent ae99333 commit b99c9ad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ export default function FiltersPanel({
433433
events: [],
434434
endDateStart: null,
435435
startDateEnd: null,
436-
status: 'Active',
436+
status: 'All',
437437
});
438438
selectCommunity(defaultCommunityId);
439439
setSearchText('');

0 commit comments

Comments
 (0)