mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05: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