[#7] fixed allday implementation to prevent errors with openpaas
This commit is contained in:
@@ -372,7 +372,7 @@ export default function CalendarApp() {
|
||||
start: computedNewStart,
|
||||
end: computedNewEnd,
|
||||
} as CalendarEvent;
|
||||
|
||||
console.log(event , newEvent);
|
||||
dispatch(
|
||||
putEventAsync({ cal: calendars[newEvent.calId], newEvent })
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user