This commit is contained in:
2024-10-09 12:12:51 -06:00
parent 527029fa52
commit 67a52e86ce
2 changed files with 16 additions and 4 deletions

View File

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