diff --git a/frontend/src/components/widget/DeWidget/DeDate.vue b/frontend/src/components/widget/DeWidget/DeDate.vue index d6ebba12cd..1370afde61 100644 --- a/frontend/src/components/widget/DeWidget/DeDate.vue +++ b/frontend/src/components/widget/DeWidget/DeDate.vue @@ -29,7 +29,7 @@ export default { data() { return { options: null, - operator: 'in', + operator: 'between', values: null } },