1
0

fix: set and use correct type for destructured props

This commit is contained in:
kolaente
2023-06-20 15:24:02 +02:00
parent b6cd424aa3
commit dbe1ad9353
3 changed files with 11 additions and 10 deletions

View File

@ -185,7 +185,7 @@ watch(
)
onMounted(() => {
task.value = theTask.value
task.value = theTask
document.addEventListener('click', hideDeferDueDatePopup)
})