fix: Disable question editing in chat history (#22438)

pull/22446/head
GuanMu 7 months ago committed by GitHub
parent b803eeb528
commit 7388fd1ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -115,6 +115,7 @@ const ChatRecord = () => {
<Chat
config={{
supportCitationHitInfo: true,
questionEditEnable: false,
} as any}
chatList={threadChatItems}
chatContainerClassName='px-3'

Loading…
Cancel
Save