diff --git a/src/components/lists/ShowList.vue b/src/components/lists/ShowList.vue index b7a39c82c..5116b9493 100644 --- a/src/components/lists/ShowList.vue +++ b/src/components/lists/ShowList.vue @@ -4,7 +4,7 @@ -

{{ list.title }}

+

{{ list.title === '' ? 'Loading...': list.title}}

List Gantt diff --git a/src/components/tasks/ShowListTasks.vue b/src/components/tasks/ShowListTasks.vue index 755c1f7d4..251c779e5 100644 --- a/src/components/tasks/ShowListTasks.vue +++ b/src/components/tasks/ShowListTasks.vue @@ -1,5 +1,36 @@