mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-06 19:40:13 +00:00
feat(web):Add GraphRAG web statics (#1943)
This commit is contained in:
@@ -72,7 +72,7 @@ const ChatCompletion: React.FC = () => {
|
||||
setTimeout(() => {
|
||||
scrollableRef.current?.scrollTo(0, scrollableRef.current?.scrollHeight);
|
||||
}, 50);
|
||||
}, [history, history[history.length - 1].context]);
|
||||
}, [history, history[history.length - 1]?.context]);
|
||||
|
||||
return (
|
||||
<div className='flex flex-col w-5/6 mx-auto' ref={scrollableRef}>
|
||||
|
Reference in New Issue
Block a user