Skip to content

Commit

Permalink
Merge pull request #304 from edu-pi/develop
Browse files Browse the repository at this point in the history
front deploy
  • Loading branch information
seroak authored Nov 19, 2024
2 parents 93933ac + 4695d3f commit 23724b0
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 23724b0

Please sign in to comment.