Oopsie now it should work
This commit is contained in:
parent
8926b0b389
commit
065fb86343
@ -116,7 +116,7 @@ export default function () {
|
||||
)?.name
|
||||
}
|
||||
<br />
|
||||
Event Type: {eventData?.type.toUpperCase()}
|
||||
Event Type: {eventData?.type?.toUpperCase()}
|
||||
<br />
|
||||
Details: {eventData?.details}
|
||||
<br />
|
||||
@ -135,6 +135,7 @@ export default function () {
|
||||
setEventData(
|
||||
data.eventList.find((ev) => ev.id === e.id) as { [k: string]: any },
|
||||
);
|
||||
onOpen();
|
||||
}}
|
||||
onSelectSlot={(s) => {
|
||||
const date = s.slots.at(0) as Date;
|
||||
|
Loading…
x
Reference in New Issue
Block a user