Remove the 14 day selection limit for creating or modifying events.

This commit is contained in:
Leo Vasanko
2025-09-24 16:09:50 -06:00
parent 9b2354fd91
commit 31c5551535
2 changed files with 2 additions and 14 deletions

View File

@@ -23,7 +23,6 @@ export const useCalendarStore = defineStore('calendar', {
_holidayConfigSignature: null,
_holidaysInitialized: false,
config: {
select_days: 14,
first_day: 1,
holidays: {
enabled: true,