mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +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 {
|
||||
...item,
|
||||
content: answer,
|
||||
annotation: {
|
||||
...item.annotation,
|
||||
logAnnotation: undefined,
|
||||
} as any,
|
||||
}
|
||||
}
|
||||
return item
|
||||
|
||||
Reference in New Issue
Block a user