fix: add divider between active connections and categories, fix badge styling

This commit is contained in:
Ramesh Mane
2026-04-10 09:37:38 +00:00
parent 36e0a5f233
commit 9a71ec001c
2 changed files with 2 additions and 1 deletions

View File

@@ -409,6 +409,7 @@ watch(activeViewTab, (value) => {
:total-count="integrationPaginationData.totalRows || 0"
@view-all="emits('view-all-connections')"
/>
<NcDivider v-if="showActiveConnections && !isModal && integrations.length" />
<template v-for="(category, key) in integrationsMapByCategory">
<div