feat(tenant): make connect panel dismissible after connecting
All checks were successful
Build and Push / build (push) Successful in 1m49s

This commit is contained in:
2026-05-29 23:55:53 +02:00
parent c1833c1def
commit 73f1af185f
6 changed files with 104 additions and 10 deletions

View File

@@ -225,6 +225,7 @@ export default async function TenantDetailPage({
unreachable). */}
<section className="mb-8 animate-in animate-in-delay-1">
<ConnectPanel
tenantName={name}
enabledChannels={enabledChannels}
phase={tenant.status?.phase ?? "Pending"}
/>