fix: add then eidt annotion cause show bug (#1775)

This commit is contained in:
Joel 2023-12-18 19:33:48 +08:00 committed by GitHub
parent 1a5279a3ef
commit 4f0e272549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,6 +231,10 @@ const Chat: FC<IChatProps> = ({
return {
...item,
content: answer,
annotation: {
...item.annotation,
logAnnotation: undefined,
} as any,
}
}
return item