Added category update

This commit is contained in:
Alexis
2025-04-06 14:41:46 +02:00
parent 8005a8e9a2
commit b32fab81f6
8 changed files with 281 additions and 89 deletions

View File

@@ -61,8 +61,6 @@ export const useCalendar = defineStore("calendar", () => {
const months = ref<CalendarMonth[]>([])
function setActiveCalendar(calendarData: Calendar, categoryData: Category[]) {
console.log("proced")
try {
if (!calendarData.id) return