fix(filters): date filter value not populated
This commit is contained in:
parent
992d108bfa
commit
388a3a68ba
@ -125,6 +125,7 @@ watch(
|
||||
|
||||
const button = event.target
|
||||
currentOldDatepickerValue.value = button?.innerText
|
||||
currentDatepickerValue.value = button?.innerText
|
||||
currentDatepickerPos.value = parseInt(button?.dataset.position)
|
||||
datePickerPopupOpen.value = true
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user