diff --git a/frontend/src/components/ListViews/TasksListView.vue b/frontend/src/components/ListViews/TasksListView.vue index 166f280c..ee701614 100644 --- a/frontend/src/components/ListViews/TasksListView.vue +++ b/frontend/src/components/ListViews/TasksListView.vue @@ -41,7 +41,9 @@
- +
+ +
{{ dateFormat(item, 'D MMM, hh:mm a') }}
@@ -238,7 +240,7 @@ const listBulkActionsRef = ref(null) defineExpose({ customListActions: computed( - () => listBulkActionsRef.value?.customListActions, + () => listBulkActionsRef.value?.customListActions ), })