mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
fix: Disable question editing in chat history (#22438)
This commit is contained in:
@@ -115,6 +115,7 @@ const ChatRecord = () => {
|
||||
<Chat
|
||||
config={{
|
||||
supportCitationHitInfo: true,
|
||||
questionEditEnable: false,
|
||||
} as any}
|
||||
chatList={threadChatItems}
|
||||
chatContainerClassName='px-3'
|
||||
|
||||
Reference in New Issue
Block a user