From 246569ff8890188a605785dae3c6f7c9000ea575 Mon Sep 17 00:00:00 2001 From: pu-raihan Date: Fri, 20 Sep 2024 10:39:15 +0530 Subject: [PATCH] fix: format frontend/src/components/ListViews/TasksListView.vue Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com> --- frontend/src/components/ListViews/TasksListView.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/ListViews/TasksListView.vue b/frontend/src/components/ListViews/TasksListView.vue index ee701614..01212254 100644 --- a/frontend/src/components/ListViews/TasksListView.vue +++ b/frontend/src/components/ListViews/TasksListView.vue @@ -41,9 +41,7 @@
-
- -
+
{{ dateFormat(item, 'D MMM, hh:mm a') }}
@@ -240,7 +238,7 @@ const listBulkActionsRef = ref(null) defineExpose({ customListActions: computed( - () => listBulkActionsRef.value?.customListActions + () => listBulkActionsRef.value?.customListActions, ), })