chore: cleanup
This commit is contained in:
parent
cbbcb7ef23
commit
6d6f2b4e33
1 changed files with 1 additions and 2 deletions
|
@ -212,8 +212,7 @@ function updateTasks(updatedTask) {
|
||||||
}
|
}
|
||||||
|
|
||||||
watchEffect(() => loadPendingTasks(dateFrom.value as string, dateTo.value as string))
|
watchEffect(() => loadPendingTasks(dateFrom.value as string, dateTo.value as string))
|
||||||
// loadPendingTasks()
|
watchEffect(() => setTitle(pageTitle.value))
|
||||||
watchEffect(() => setTitle(pageTitle))
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
Loading…
Add table
Reference in a new issue