diff --git a/src/stores/CalendarStore.js b/src/stores/CalendarStore.js index 8f44081..738ab12 100644 --- a/src/stores/CalendarStore.js +++ b/src/stores/CalendarStore.js @@ -26,7 +26,7 @@ export const useCalendarStore = defineStore('calendar', { _holidayConfigSignature: null, _holidaysInitialized: false, config: { - select_days: 1000, + select_days: 14, min_year: MIN_YEAR, max_year: MAX_YEAR, first_day: 1,