Updates to Tasks

This commit is contained in:
2024-04-08 10:18:55 -04:00
parent 5d9dbb0653
commit 6ab1aa26b1
5 changed files with 108 additions and 105 deletions

View File

@@ -57,7 +57,7 @@ const routes: RouteRecordRaw[] = [
name: 'task-index',
},
{
path: 'edit',
path: '/:id/edit',
component: () => import('pages/task/TaskEditPage.vue'),
name: 'edit-task',
},