Skip to content

Commit

Permalink
Merge pull request #1399 from 42organization/recruit
Browse files Browse the repository at this point in the history
[test-deploy] url 수정 배포
  • Loading branch information
yoouyeon authored Apr 15, 2024
2 parents 0b28388 + 6c56111 commit 9ed2829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/recruitment/CancelModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function CancelModal(props: ICancelModalProps) {
severity: 'success',
});
resetModalState();
router.push(`/recruit/${recruitId}`);
router.push(`/recruit/detail?recruitId=${recruitId}`);
},
onError: () => {
setAlertState({
Expand Down

0 comments on commit 9ed2829

Please sign in to comment.