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
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