From 20915fdfc703e019fec0d66212adecf0da2d8b3e Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Tue, 17 Jan 2023 00:05:25 +0100 Subject: [PATCH] timepicker as calendar child --- web/src/routes/Events.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 21bd2cfda..60f2b6639 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -414,6 +414,7 @@ export default function Events({ path, ...props }) { /> )} + {state.showCalendar && ( setState({ ...state, showCalendar: false })} > - +