diff --git a/frontend/src/pages/Organization.vue b/frontend/src/pages/Organization.vue index 010d6963..0ee5b4c6 100644 --- a/frontend/src/pages/Organization.vue +++ b/frontend/src/pages/Organization.vue @@ -111,36 +111,56 @@ - -
- - - -
+ + leads.data?.length), }, { label: 'Deals', icon: h(DealsIcon, { class: 'h-4 w-4' }), + count: computed(() => deals.data?.length), }, { label: 'Contacts', icon: h(ContactsIcon, { class: 'h-4 w-4' }), + count: computed(() => contacts.data?.length), }, ]