think bug fixed
This commit is contained in:
parent
ad7683e7ad
commit
4f7630fa05
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export default function ChatModal({
|
|||
setChatHistory((old) => {
|
||||
let newChat = _.cloneDeep(old);
|
||||
if (files) {
|
||||
newChat.push({ message, isSend, files });
|
||||
newChat.push({ message, isSend, files,thought });
|
||||
} else if (thought) {
|
||||
newChat.push({ message, isSend, thought });
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue