chore(filter): remove debug log
This commit is contained in:
parent
602d15985b
commit
fa269f155a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user