mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 08:54:54 +00:00
- Fixed event coloring issue on the my view/family view
This commit is contained in:
@ -67,6 +67,7 @@ export const ManuallyAddEventModal = () => {
|
||||
setDeleteModalVisible(false);
|
||||
setSelectedNewEndDate(undefined);
|
||||
setEditEvent(undefined);
|
||||
setCreator(null)
|
||||
},
|
||||
initialDate: selectedNewEventDate || editEvent?.start,
|
||||
};
|
||||
@ -149,7 +150,7 @@ export const ManuallyAddEventModal = () => {
|
||||
const fullName = `${creatorMember?.firstName ?? ""}`;
|
||||
setCreator(fullName);
|
||||
}
|
||||
}, [])
|
||||
}, [members])
|
||||
|
||||
const isLoading = isDeleting || isAdding;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user