diff --git a/ui/src/ui/app-render.ts b/ui/src/ui/app-render.ts index 12421704e74..bed166ba0ac 100644 --- a/ui/src/ui/app-render.ts +++ b/ui/src/ui/app-render.ts @@ -1792,9 +1792,6 @@ export function renderApp(state: AppViewState) { gatewayUrl: state.settings.gatewayUrl, assistantName: state.assistantName, configPath: state.configSnapshot?.path ?? null, - navRootLabel: "Appearance", - includeSections: [...APPEARANCE_SECTION_KEYS], - includeVirtualSections: true, navRootLabel: "Infrastructure", includeSections: [...INFRASTRUCTURE_SECTION_KEYS], includeVirtualSections: false,