From 3e047a1c71fec2b3b745ff8fc2ac70a09fe85dad Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 26 Jun 2025 15:59:38 +0800 Subject: [PATCH] fix: authing two buttons --- web/app/components/tools/mcp/detail/content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/tools/mcp/detail/content.tsx b/web/app/components/tools/mcp/detail/content.tsx index 5984cda2b1..39da653a43 100644 --- a/web/app/components/tools/mcp/detail/content.tsx +++ b/web/app/components/tools/mcp/detail/content.tsx @@ -182,7 +182,7 @@ const MCPDetailContent: FC = ({
- {detail.is_team_authorization && ( + {!isAuthorizing && detail.is_team_authorization && (