From 0ff3e34f4a9244658f224b1806e76a5375751fff Mon Sep 17 00:00:00 2001 From: Joana Maia Date: Tue, 31 Oct 2023 11:59:56 +0000 Subject: [PATCH] Add missing tasks button and fix tasks routes --- .../src/modules/dashboard/components/dashboard-task.vue | 2 +- frontend/src/modules/task/task-routes.js | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/modules/dashboard/components/dashboard-task.vue b/frontend/src/modules/dashboard/components/dashboard-task.vue index 26dd579cb3..9f79150cb3 100644 --- a/frontend/src/modules/dashboard/components/dashboard-task.vue +++ b/frontend/src/modules/dashboard/components/dashboard-task.vue @@ -5,7 +5,7 @@

My open tasks ({{ tasks.length }})

-
+
'/tasks', + }, ], }, ];