From a6d388f5dafc948ada47921cea5a54bd1d50772c Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sat, 26 Apr 2025 20:19:11 +0200 Subject: [PATCH] Added missing description to event creation dialog --- components/calendar/category/Table.vue | 2 -- components/calendar/dialog/QuickCreateEvent.vue | 8 ++++++++ components/calendar/state/monthly/Layout.vue | 8 ++++++++ i18n/i18n.config.ts | 2 ++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/components/calendar/category/Table.vue b/components/calendar/category/Table.vue index c17a1e1..9896d01 100644 --- a/components/calendar/category/Table.vue +++ b/components/calendar/category/Table.vue @@ -2,8 +2,6 @@ import type { Category } from "~/models/Category"; import { ScrollAreaRoot, ScrollAreaViewport, ScrollAreaScrollbar, ScrollAreaThumb } from "radix-vue" -const { t } = useI18n() - const { categories } = defineProps<{ categories: Category[] }>() diff --git a/components/calendar/dialog/QuickCreateEvent.vue b/components/calendar/dialog/QuickCreateEvent.vue index 72d2afd..45efcb3 100644 --- a/components/calendar/dialog/QuickCreateEvent.vue +++ b/components/calendar/dialog/QuickCreateEvent.vue @@ -1,6 +1,7 @@