diff --git a/ui/src/components/app-sidebar-session-list-render.ts b/ui/src/components/app-sidebar-session-list-render.ts index 6ce1b570ef00..d93c3b9f226c 100644 --- a/ui/src/components/app-sidebar-session-list-render.ts +++ b/ui/src/components/app-sidebar-session-list-render.ts @@ -8,6 +8,7 @@ import { openCatalogSessionInTerminal } from "../lib/sessions/catalog-terminal.t import type { SidebarSessionSection } from "../lib/sessions/grouping.ts"; import type { SessionCatalogGroupsRenderer } from "./app-sidebar-session-catalog-render.ts"; import { + renderChildSessionLoadError, renderRecentSession, renderSessionTree, type SessionListHost, @@ -451,6 +452,7 @@ export function renderSessionList(params: { catalogRenderer: SessionCatalogGroupsRenderer | null; }) { const { host } = params; + const hiddenMainSessionKey = host.mainSessionRow()?.key; return html`