Skip to content

Commit 321c23e

Browse files
committed
Update Calendar.tsx
1 parent 4b7d17f commit 321c23e

File tree

1 file changed

+1
-1
lines changed
  • course-matrix/frontend/src/pages/TimetableBuilder

1 file changed

+1
-1
lines changed

course-matrix/frontend/src/pages/TimetableBuilder/Calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function Calendar({
204204
await Promise.all(restrictionPromises);
205205

206206
// Redirect to the home page to see the newly created timetable
207-
// navigate("/home");
207+
navigate("/home");
208208
};
209209

210210
const handleUpdate = async () => {

0 commit comments

Comments
 (0)