mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 21:25:52 +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 {
|
return {
|
||||||
...item,
|
...item,
|
||||||
content: answer,
|
content: answer,
|
||||||
|
annotation: {
|
||||||
|
...item.annotation,
|
||||||
|
logAnnotation: undefined,
|
||||||
|
} as any,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return item
|
return item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user