diff --git a/web/src/app/home/bots/BotDetailContent.tsx b/web/src/app/home/bots/BotDetailContent.tsx index e0543baa..8440e47a 100644 --- a/web/src/app/home/bots/BotDetailContent.tsx +++ b/web/src/app/home/bots/BotDetailContent.tsx @@ -174,11 +174,14 @@ export default function BotDetailContent({ id }: { id: string }) { )} - {activeTab === 'config' && ( - - )} + {/* Horizontal Tabs */} diff --git a/web/src/app/home/knowledge/KBDetailContent.tsx b/web/src/app/home/knowledge/KBDetailContent.tsx index 43c79c07..5323ed5d 100644 --- a/web/src/app/home/knowledge/KBDetailContent.tsx +++ b/web/src/app/home/knowledge/KBDetailContent.tsx @@ -146,7 +146,12 @@ export default function KBDetailContent({ id }: { id: string }) {