Updates to Tasks
This commit is contained in:
@@ -57,7 +57,7 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'task-index',
|
||||
},
|
||||
{
|
||||
path: 'edit',
|
||||
path: '/:id/edit',
|
||||
component: () => import('pages/task/TaskEditPage.vue'),
|
||||
name: 'edit-task',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user