Skip to content

Commit

Permalink
Fix change day for section in coord interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyche committed Sep 7, 2023
1 parent 82280e8 commit 0b5d4c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const SpaceTimeEditModal = ({
setShowSaveSpinner(true);
isPermanent
? spacetimeModifyMutation.mutate({
dayOfWeek,
dayOfWeek: day,
location: location,
startTime: time
})
Expand Down

0 comments on commit 0b5d4c6

Please sign in to comment.