Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
@@ -685,6 +685,9 @@ export default function CalendarApp({
|
||||
filteredTempEvents,
|
||||
userId
|
||||
)}
|
||||
eventOrder={(a: any, b: any) =>
|
||||
a.extendedProps.priority - b.extendedProps.priority
|
||||
}
|
||||
weekNumbers={
|
||||
currentView === "timeGridWeek" || currentView === "timeGridDay"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user