Removed unfinished view types

This commit is contained in:
Alexis
2024-06-08 14:33:34 +02:00
parent 3002ae593c
commit 9314a8c3c2

View File

@@ -31,9 +31,7 @@ export const useCalendar = defineStore('calendar', () => {
}) })
const viewTypeOptions: Set<CalendarViewType> = new Set<CalendarViewType>([ const viewTypeOptions: Set<CalendarViewType> = new Set<CalendarViewType>([
'month', 'month',
'year', 'year'
'decade',
'century'
]) ])
const calendarId = ref<number>(0) const calendarId = ref<number>(0)