Skip to content

Commit

Permalink
fix: default tag as interview
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-Chdhary authored and sadanandpai committed Jul 18, 2024
1 parent 17c3606 commit 7fa23a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/data/utils/challenges.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ export function filtersHelper() {
searchInput: '',
optionSelected: [],
selectedDifficulties: [],
isSegmentBtn1: false,
selectedChallengesByTags: [],
isSegmentBtn1: true,
selectedChallengesByTags: ['interview'],
newChallenge: false,
};
}

0 comments on commit 7fa23a2

Please sign in to comment.