From 7fa23a23229007e15d9d466336f4c6ca6b89a2dc Mon Sep 17 00:00:00 2001 From: Abhinav Choudhary Date: Thu, 18 Jul 2024 20:59:20 +0530 Subject: [PATCH] fix: default tag as interview --- shared/data/utils/challenges.helper.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }; }