diff --git a/stores/CalendarStore.ts b/stores/CalendarStore.ts index cd5af1a..07160ac 100644 --- a/stores/CalendarStore.ts +++ b/stores/CalendarStore.ts @@ -922,7 +922,6 @@ export const useCalendar = defineStore("calendar", () => { }) } - // Watch for categories changes watch(categories, (n) => { updateAllEventsCategories(n) })