mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 01:45:55 +08:00
fix: add then eidt annotion cause show bug (#1775)
This commit is contained in:
parent
1a5279a3ef
commit
4f0e272549
@ -231,6 +231,10 @@ const Chat: FC<IChatProps> = ({
|
||||
return {
|
||||
...item,
|
||||
content: answer,
|
||||
annotation: {
|
||||
...item.annotation,
|
||||
logAnnotation: undefined,
|
||||
} as any,
|
||||
}
|
||||
}
|
||||
return item
|
||||
|
Loading…
x
Reference in New Issue
Block a user