Unverified Commit 4f0e2725 authored by Joel's avatar Joel Committed by GitHub

fix: add then eidt annotion cause show bug (#1775)

parent 1a5279a3
......@@ -231,6 +231,10 @@ const Chat: FC<IChatProps> = ({
return {
...item,
content: answer,
annotation: {
...item.annotation,
logAnnotation: undefined,
} as any,
}
}
return item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment