From 0bbfc8faa1323c34b63f2cbb41b504e69dccfec8 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 22 Jul 2024 14:47:53 +0200 Subject: [PATCH] made sure that closing the calendar modal actually closes it Resolves https://github.com/TUM-Dev/NavigaTUM/issues/1345 --- webclient/app/components/CalendarModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/app/components/CalendarModal.vue b/webclient/app/components/CalendarModal.vue index ea8473b66..2c7ab826d 100644 --- a/webclient/app/components/CalendarModal.vue +++ b/webclient/app/components/CalendarModal.vue @@ -22,7 +22,7 @@ const fullCalendarRef = ref | null>(null);