(feature)(webapp) modify chat sdk setupProxy config (#223)

This commit is contained in:
williamhliu
2023-10-14 17:14:40 +08:00
committed by GitHub
parent fdf48d7bfd
commit 29925a90ca
5 changed files with 6 additions and 23 deletions

View File

@@ -68,7 +68,7 @@ const ChatItem: React.FC<Props> = ({
const [dateInfo, setDateInfo] = useState<DateInfoType>({} as DateInfoType);
const [entityInfo, setEntityInfo] = useState<EntityInfoType>({} as EntityInfoType);
const [chartIndex, setChartIndex] = useState(0);
// const [chartIndex, setChartIndex] = useState(0);
const prefixCls = `${PREFIX_CLS}-item`;
@@ -276,7 +276,7 @@ const ChatItem: React.FC<Props> = ({
executeLoading={executeLoading}
entitySwitchLoading={entitySwitchLoading}
executeTip={executeTip}
chartIndex={chartIndex}
chartIndex={0}
data={data}
triggerResize={triggerResize}
executeItemNode={executeItemNode}