chore(filter): remove debug log
This commit is contained in:
parent
602d15985b
commit
fa269f155a
@ -117,7 +117,6 @@ const to = ref('')
|
|||||||
watch(
|
watch(
|
||||||
() => props.modelValue,
|
() => props.modelValue,
|
||||||
newValue => {
|
newValue => {
|
||||||
console.log('got new values via model', {...newValue})
|
|
||||||
from.value = newValue.dateFrom
|
from.value = newValue.dateFrom
|
||||||
to.value = newValue.dateTo
|
to.value = newValue.dateTo
|
||||||
// Only set the date back to flatpickr when it's an actual date.
|
// Only set the date back to flatpickr when it's an actual date.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user