chore: lint

This commit is contained in:
Ramesh Mane
2026-02-25 07:41:49 +00:00
parent e05e1e8130
commit dc24b623eb
2 changed files with 7 additions and 4 deletions

View File

@@ -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>