diff --git a/packages/nc-gui/assets/nc-icons/freshdesk.svg b/packages/nc-gui/assets/nc-icons/freshdesk.svg new file mode 100644 index 0000000000..7bd2999084 --- /dev/null +++ b/packages/nc-gui/assets/nc-icons/freshdesk.svg @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue b/packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue index 15b6f22093..880a184506 100644 --- a/packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue +++ b/packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue @@ -77,6 +77,7 @@ const integrationsMapByCategory = computed(() => { (acc, curr) => { acc[curr.value] = { title: curr.title, + subtitle: curr.subtitle, list: getIntegrationsByCategory(curr.value, searchQuery.value), isAvailable: curr.isAvailable, teleEventName: curr.teleEventName, @@ -88,6 +89,7 @@ const integrationsMapByCategory = computed(() => { string, { title: string + subtitle?: string list: IntegrationItemType[] isAvailable?: boolean teleEventName?: IntegrationCategoryType @@ -173,7 +175,7 @@ const handleAddIntegration = (category: IntegrationCategoryType, integration: In 'h-full': !isModal, }" > -