Skip to content

Commit

Permalink
[develop] classroomdashboard로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seroak committed Nov 19, 2024
1 parent b4d9396 commit 4695d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Manage/Manage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Modify = () => {
mutationFn: deleteClassroom,
onSuccess: () => {
openAlert("클래스룸이 삭제되었습니다.");
navigate("/classdashboard");
navigate("/classroomdashboard");
},
onError: (error) => {
console.error("An error occurred:", error);
Expand Down

0 comments on commit 4695d3f

Please sign in to comment.