From c52b54a5929b08ab2ae22c842cb2f86ef937999b Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 14 Aug 2024 17:05:25 +0530 Subject: [PATCH] fix: render description in task list view correctly --- frontend/src/components/ListViews/TasksListView.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/ListViews/TasksListView.vue b/frontend/src/components/ListViews/TasksListView.vue index e5d996a9..166f280c 100644 --- a/frontend/src/components/ListViews/TasksListView.vue +++ b/frontend/src/components/ListViews/TasksListView.vue @@ -85,6 +85,11 @@
{{ item.timeAgo }}
+
listBulkActionsRef.value?.customListActions + () => listBulkActionsRef.value?.customListActions, ), })