diff --git a/core/frontend/src/components/widget/deWidget/DeDate.vue b/core/frontend/src/components/widget/deWidget/DeDate.vue index 49ce28681a..57265af34f 100644 --- a/core/frontend/src/components/widget/deWidget/DeDate.vue +++ b/core/frontend/src/components/widget/deWidget/DeDate.vue @@ -138,7 +138,7 @@ export default { showDate: false, startWindowTime: 0, minDate: new Date(1980, 0, 1), - maxDate: new Date(2025, 10, 1), + maxDate: new Date(2030, 10, 1), currentDate: new Date(), operator: 'between', defaultIndex: 2,