aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store.ts b/src/store.ts
index 3778649..b3fc48a 100644
--- a/src/store.ts
+++ b/src/store.ts
@@ -118,7 +118,7 @@ function getDefaultState(): StoreState {
},
// Other
initialStartDate: new CalDate(1900, 1, 1),
- initialEndDate: new CalDate(2000, 1, 1),
+ initialEndDate: new CalDate(2030, 1, 1),
color,
borderRadius: 5,
transitionDuration: 300,