diff --git a/client/src/components/PromptsTab.tsx b/client/src/components/PromptsTab.tsx index 48c847d..6470673 100644 --- a/client/src/components/PromptsTab.tsx +++ b/client/src/components/PromptsTab.tsx @@ -105,7 +105,7 @@ const PromptsTab = ({ />
-
+

{selectedPrompt ? selectedPrompt.name : "Select a prompt"}

diff --git a/client/src/components/ResourcesTab.tsx b/client/src/components/ResourcesTab.tsx index 2a10824..f27c91c 100644 --- a/client/src/components/ResourcesTab.tsx +++ b/client/src/components/ResourcesTab.tsx @@ -161,7 +161,7 @@ const ResourcesTab = ({ />
-
+

-
+

{selectedTool ? selectedTool.name : "Select a tool"}

diff --git a/client/src/components/ui/tabs.tsx b/client/src/components/ui/tabs.tsx index d1b685f..55b941a 100644 --- a/client/src/components/ui/tabs.tsx +++ b/client/src/components/ui/tabs.tsx @@ -42,7 +42,7 @@ const TabsContent = React.forwardRef<