chore: cleanup

This commit is contained in:
kolaente 2022-02-06 16:48:28 +01:00
parent cbbcb7ef23
commit 6d6f2b4e33
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 2 deletions

View File

@ -212,8 +212,7 @@ function updateTasks(updatedTask) {
}
watchEffect(() => loadPendingTasks(dateFrom.value as string, dateTo.value as string))
// loadPendingTasks()
watchEffect(() => setTitle(pageTitle))
watchEffect(() => setTitle(pageTitle.value))
</script>
<style lang="scss" scoped>