fix: set and use correct type for destructured props
This commit is contained in:
@ -185,7 +185,7 @@ watch(
|
||||
)
|
||||
|
||||
onMounted(() => {
|
||||
task.value = theTask.value
|
||||
task.value = theTask
|
||||
document.addEventListener('click', hideDeferDueDatePopup)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user