holidays implemented

This commit is contained in:
2024-11-01 13:27:15 -06:00
parent 069def7f9b
commit b7dd0ccab6
3 changed files with 5 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ export default function NewCourseForm() {
],
defaultFileUploadTypes: ["pdf", "png", "jpg", "jpeg"],
defaultLockHoursOffset: 0,
holidays: {}
holidays: []
},
})
.then(() => {