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