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

deploy/enterprise
GuanMu 7 months ago committed by NFish
parent 6f35fa1e46
commit db2b3650ca

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

Loading…
Cancel
Save