From 62b9db679123edc20f85ec5e2f6d6ddf100dd960 Mon Sep 17 00:00:00 2001 From: WDEP <128273529+WDEP-good@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:17:22 +0800 Subject: [PATCH] =?UTF-8?q?(fix)(webapp)=20=E4=BF=AE=E6=94=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=8E=A8=E8=8D=90=E4=B8=8B?= =?UTF-8?q?=E9=92=BB=E7=BB=B4=E5=BA=A6=E9=97=AE=E9=A2=98=20(#2332)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/packages/chat-sdk/src/components/ChatMsg/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/packages/chat-sdk/src/components/ChatMsg/index.tsx b/webapp/packages/chat-sdk/src/components/ChatMsg/index.tsx index 70d89b906..ec01581d7 100644 --- a/webapp/packages/chat-sdk/src/components/ChatMsg/index.tsx +++ b/webapp/packages/chat-sdk/src/components/ChatMsg/index.tsx @@ -367,7 +367,7 @@ const ChatMsg: React.FC = ({ entityName !== undefined; const existDrillDownDimension = - queryMode.includes('METRIC') && + (queryMode.includes('METRIC') || queryMode === 'LLM_S2SQL')&& getMsgContentType() !== MsgContentTypeEnum.TEXT && !isEntityMode;