mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(fix)(webapp) 修改页面不显示推荐下钻维度问题 (#2332)
This commit is contained in:
@@ -367,7 +367,7 @@ const ChatMsg: React.FC<Props> = ({
|
|||||||
entityName !== undefined;
|
entityName !== undefined;
|
||||||
|
|
||||||
const existDrillDownDimension =
|
const existDrillDownDimension =
|
||||||
queryMode.includes('METRIC') &&
|
(queryMode.includes('METRIC') || queryMode === 'LLM_S2SQL')&&
|
||||||
getMsgContentType() !== MsgContentTypeEnum.TEXT &&
|
getMsgContentType() !== MsgContentTypeEnum.TEXT &&
|
||||||
!isEntityMode;
|
!isEntityMode;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user