diff --git a/app/components/settings/llm-configurations-panel.tsx b/app/components/settings/llm-configurations-panel.tsx index 892b5cc..3c85310 100644 --- a/app/components/settings/llm-configurations-panel.tsx +++ b/app/components/settings/llm-configurations-panel.tsx @@ -425,28 +425,26 @@ function ConfigRow({ aria-label={c.enabled ? "Disable" : "Enable"} data-action={`llm-config-enabled-${c.id}`} /> - {c.tenant_id != null ? ( - <> - - - - ) : null} + +