[#3] first basic modal for event display
This commit is contained in:
@@ -70,6 +70,7 @@ function EventPopover({
|
||||
|
||||
const handleSave = async () => {
|
||||
const newEvent: CalendarEvent = {
|
||||
calId: calendarid,
|
||||
title,
|
||||
start: new Date(start),
|
||||
allday,
|
||||
|
||||
Reference in New Issue
Block a user