refactor: remove 'mark as important' field and clean up console.log statements
- Remove 'important' field from EventFormFields component and all event modals - Remove all console.log statements from event create/update flow - Fix import issues and type compatibility in EventModal
This commit is contained in:
committed by
Benoit TELLIER
parent
202feb3d23
commit
80c1babb7f
@@ -113,7 +113,6 @@ export const createEventHandlers = (props: EventHandlersProps) => {
|
||||
if (info.event.url) {
|
||||
window.open(info.event.url);
|
||||
} else {
|
||||
console.log(info.event);
|
||||
setOpenEventDisplay(true);
|
||||
setEventDisplayedId(info.event.extendedProps.uid);
|
||||
setEventDisplayedCalId(info.event.extendedProps.calId);
|
||||
|
||||
Reference in New Issue
Block a user