Skip to content

Commit

Permalink
fix: 연구실적 등록 후 목록으로 이동 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok authored Aug 29, 2024
1 parent 1bf9301 commit 04c679e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function AchievementRegisterSection() {
params: { id: user?.id },
});
showNotificationSuccess({ message: "연구 실적이 등록되었습니다." });
router.push(`/student/achievement/${res.data.id}`);
router.push("/student/achievement");
} catch (error) {
console.error(error);
}
Expand Down

0 comments on commit 04c679e

Please sign in to comment.