Skip to content

Commit 1c2131f

Browse files
committed
Fix timetable switching bug
1 parent f0c8e1b commit 1c2131f

File tree

2 files changed

+311
-314
lines changed

2 files changed

+311
-314
lines changed

course-matrix/frontend/src/models/timetable-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const TimetableFormSchema: ZodType<TimetableForm> = z
211211
);
212212

213213
export const baseTimetableForm: TimetableForm = {
214-
name: "Edit Timetable",
214+
name: "New Timetable",
215215
date: new Date(),
216216
semester: "Fall 2025",
217217
search: "",

0 commit comments

Comments
 (0)