fixing calendar issues
This commit is contained in:
@@ -12,12 +12,12 @@ const DnDCalendar = withDragAndDrop(Calendar)
|
|||||||
|
|
||||||
export default function EventCalendar({draggedEvent, setDraggedEvent}) {
|
export default function EventCalendar({draggedEvent, setDraggedEvent}) {
|
||||||
const myEventsList = [
|
const myEventsList = [
|
||||||
{
|
// {
|
||||||
title: 'title',
|
// title: 'title',
|
||||||
start: new Date('2024-12-18'),
|
// start: new Date('2024-12-18'),
|
||||||
end: new Date('2024-12-18'),
|
// end: new Date('2024-12-18'),
|
||||||
isAllDay: false,
|
// isAllDay: false,
|
||||||
}
|
// }
|
||||||
]
|
]
|
||||||
const [myEvents, setMyEvents] = useState(myEventsList)
|
const [myEvents, setMyEvents] = useState(myEventsList)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user