Skip to content

Commit

Permalink
Merge pull request #139 from MeeTeamNumdle/release-1.0
Browse files Browse the repository at this point in the history
chore: 분야 조건 동작 변경
  • Loading branch information
prgmr99 authored May 6, 2024
2 parents 46a4205 + 829ffbd commit 3a5b55d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/pages/recruit/recruitPage/RecruitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,7 @@ const RecruitPage = () => {
setDetailedFilterState({ skill: [], role: [], tag: [] });
setSearchParams(searchParams);
setIsOpenDetail({ skill: true, role: false, tag: false, message: '기술' });
setFieldValue({
applied: false,
value: {
id: null as number | null,
value: '분야를 선택해주세요',
},
});

searchParams.delete('scope');
searchParams.delete('category');
searchParams.delete('skill');
Expand Down

0 comments on commit 3a5b55d

Please sign in to comment.