Removed a leftover comment
This commit is contained in:
@@ -922,7 +922,6 @@ export const useCalendar = defineStore("calendar", () => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Watch for categories changes
|
|
||||||
watch(categories, (n) => {
|
watch(categories, (n) => {
|
||||||
updateAllEventsCategories(n)
|
updateAllEventsCategories(n)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user