mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 01:35:22 +00:00
clear edit event
This commit is contained in:
@ -161,6 +161,7 @@ export const ManuallyAddEventModal = () => {
|
||||
if (editEvent?.id) eventData.id = editEvent?.id
|
||||
|
||||
await createEvent(eventData);
|
||||
setEditEvent(undefined)
|
||||
|
||||
close();
|
||||
};
|
||||
|
Reference in New Issue
Block a user