From 14fbca6247f6986608c0e0fbf9cee8e70489a784 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 8 May 2023 23:25:29 +0200 Subject: [PATCH] refacto task not found --- src/modules/task/components/TaskNotFound.vue | 20 ++++++++++++++++++ src/views/task/EditTask.vue | 22 ++------------------ src/views/task/TaskView.vue | 3 ++- 3 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 src/modules/task/components/TaskNotFound.vue diff --git a/src/modules/task/components/TaskNotFound.vue b/src/modules/task/components/TaskNotFound.vue new file mode 100644 index 0000000..0750a65 --- /dev/null +++ b/src/modules/task/components/TaskNotFound.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/views/task/EditTask.vue b/src/views/task/EditTask.vue index 482fe4f..122e73d 100644 --- a/src/views/task/EditTask.vue +++ b/src/views/task/EditTask.vue @@ -1,5 +1,6 @@