fix(filters): date filter value not populated

This commit is contained in:
kolaente 2024-02-17 18:44:37 +01:00
parent 712f8fc13b
commit 9381f65ceb
No known key found for this signature in database
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
})