mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +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…
Reference in New Issue
Block a user