creating other things

This commit is contained in:
2024-09-13 21:49:20 -06:00
parent 4803adf604
commit 0b56e1d604
6 changed files with 60 additions and 18 deletions

View File

@@ -88,7 +88,7 @@ export default function NewCourseForm() {
canvasId: selectedCanvasCourse.id,
startDate: selectedTerm.start_at ?? "",
endDate: selectedTerm.end_at ?? "",
defaultDueTime: { hour: 11, minute: 59 },
defaultDueTime: { hour: 23, minute: 59 },
},
})
.then(() => {