diff --git a/frontend/src/components/ListViews/CallLogsListView.vue b/frontend/src/components/ListViews/CallLogsListView.vue index 60757240..1ccb7202 100644 --- a/frontend/src/components/ListViews/CallLogsListView.vue +++ b/frontend/src/components/ListViews/CallLogsListView.vue @@ -18,10 +18,13 @@ class="mx-5" v-for="row in rows" :key="row.name" - v-slot="{ column, item }" + v-slot="{ idx, column, item }" :row="row" > - +
{ if (!organizations.value?.data?.data) return [] diff --git a/frontend/src/pages/Tasks.vue b/frontend/src/pages/Tasks.vue index bc3a601a..8c6cd405 100644 --- a/frontend/src/pages/Tasks.vue +++ b/frontend/src/pages/Tasks.vue @@ -10,6 +10,7 @@
{ if (!tasks.value?.data?.data) return []