* [#497 & #517] updated event editability in the calendar grid to prevent accidental editing and editing event we are not organizer of
This commit is contained in:
@@ -693,7 +693,9 @@ export default function CalendarApp({
|
||||
events={eventToFullCalendarFormat(
|
||||
filteredEvents,
|
||||
filteredTempEvents,
|
||||
userId
|
||||
userId,
|
||||
userData?.email,
|
||||
isPending
|
||||
)}
|
||||
eventOrder={(a: any, b: any) =>
|
||||
a.extendedProps.priority - b.extendedProps.priority
|
||||
|
||||
Reference in New Issue
Block a user