mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 04:07:15 +00:00
chore: lint
This commit is contained in:
@@ -66,7 +66,6 @@ onBeforeMount(() => {
|
||||
{{ $t('general.integrations') }}
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<DashboardBackToBaseBreadcrumbVariant />
|
||||
@@ -106,7 +105,7 @@ onBeforeMount(() => {
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<div :class="[btbShouldShow ? 'h-[calc(100vh-128px)]' : 'h-[calc(100vh-92px)]', 'p-6']">
|
||||
<div class="p-6" :class="[btbShouldShow ? 'h-[calc(100vh-128px)]' : 'h-[calc(100vh-92px)]']">
|
||||
<WorkspaceIntegrationsConnectionsTab />
|
||||
</div>
|
||||
</a-tab-pane>
|
||||
|
||||
Reference in New Issue
Block a user