diff --git a/studio/frontend/src/features/chat/chat-providers-dialog.tsx b/studio/frontend/src/features/chat/chat-providers-dialog.tsx index 409630f436..5c1dc4d2a8 100644 --- a/studio/frontend/src/features/chat/chat-providers-dialog.tsx +++ b/studio/frontend/src/features/chat/chat-providers-dialog.tsx @@ -1140,8 +1140,21 @@ export function ChatProvidersSettings({
+ {providers.length === 0 ? ( -
+
No providers yet @@ -1153,22 +1166,6 @@ export function ChatProvidersSettings({
) : ( <> - {providers.map((provider) => { const registryEntry = registryByType.get(provider.providerType); const detail =