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