diff --git a/src/components/date/datepickerWithRange.vue b/src/components/date/datepickerWithRange.vue index f6a8e1802..c04922537 100644 --- a/src/components/date/datepickerWithRange.vue +++ b/src/components/date/datepickerWithRange.vue @@ -117,7 +117,6 @@ const to = ref('') watch( () => props.modelValue, newValue => { - console.log('got new values via model', {...newValue}) from.value = newValue.dateFrom to.value = newValue.dateTo // Only set the date back to flatpickr when it's an actual date.