From ad30690fcd05e5798e1c77234dcbe5db342e4ffe Mon Sep 17 00:00:00 2001 From: MinGyo Kim <110979416+DrCloy@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:20:41 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=88=98=EC=97=85=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=20=EC=8B=9C=20=ED=99=88=20=ED=99=94=EB=A9=B4=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EC=9D=B4=EB=8F=99=20=EC=B6=94=EA=B0=80=20#268?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/src/utils/courseAction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/src/utils/courseAction.tsx b/front-end/src/utils/courseAction.tsx index c78a240..3bbe486 100644 --- a/front-end/src/utils/courseAction.tsx +++ b/front-end/src/utils/courseAction.tsx @@ -69,7 +69,7 @@ const courseActions = ({ await courseRepository.deleteCourse(course.id); offModal(); setModal(null); - navigate(0); + navigate('/professor'); } catch (error) { popupError(error); }