diff --git a/shared/data/utils/challenges.helper.ts b/shared/data/utils/challenges.helper.ts index 74cd06d59..150bd1aaa 100644 --- a/shared/data/utils/challenges.helper.ts +++ b/shared/data/utils/challenges.helper.ts @@ -130,8 +130,8 @@ export function filtersHelper() { searchInput: '', optionSelected: [], selectedDifficulties: [], - isSegmentBtn1: false, - selectedChallengesByTags: [], + isSegmentBtn1: true, + selectedChallengesByTags: ['interview'], newChallenge: false, }; }