From 4f66af6c9b5438c2b5c249715ecde2d6c2e33d03 Mon Sep 17 00:00:00 2001 From: imagineer99 Date: Mon, 11 May 2026 11:04:26 +0100 Subject: [PATCH] fix: add provider render on empty list --- .../features/chat/chat-providers-dialog.tsx | 31 +++++++++---------- 1 file changed, 14 insertions(+), 17 deletions(-) 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 =