We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d12bb9 commit d90a7dfCopy full SHA for d90a7df
src/App/src/components/Chat/Chat.tsx
@@ -73,8 +73,7 @@ const Chat: React.FC<ChatProps> = ({
73
payload: true,
74
});
75
76
- if (((reqType !== 'graph' && reqType !== 'error') || messages[messages.length - 1].role !== ERROR) && isCharthDisplayDefault ){
77
-
+ if (((reqType !== 'graph' && reqType !== 'error') && messages[messages.length - 1].role !== ERROR) && isCharthDisplayDefault ){
78
setIsChartLoading(true);
79
setTimeout(()=>{
80
makeApiRequestForChart('show in a graph by default', convId, messages[messages.length - 1].content as string)
0 commit comments