mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:56:57 +00:00
fix: add divider between active connections and categories, fix badge styling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user