mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 20:06:54 +08:00
fix: add then eidt annotion cause show bug (#1775)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user