Added missing description to event creation dialog

This commit is contained in:
Alexis
2025-04-26 20:19:11 +02:00
parent a03b7890e6
commit a6d388f5da
4 changed files with 18 additions and 2 deletions

View File

@@ -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[]
}>()