fix(filters): date filter value not populated

This commit is contained in:
kolaente 2024-02-17 18:44:37 +01:00
parent 992d108bfa
commit 388a3a68ba
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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
})