mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix
This commit is contained in:
@ -261,10 +261,6 @@ export const useChat = (
|
||||
})
|
||||
handleUpdateChatList(newChatList)
|
||||
},
|
||||
onWorkflowStarted: () => {},
|
||||
onWorkflowFinished: () => {},
|
||||
onNodeStarted: () => {},
|
||||
onNodeFinished: () => {},
|
||||
},
|
||||
)
|
||||
}, [handleRun, handleResponding, handleUpdateChatList, notify, t, updateCurrentQA, config.suggested_questions_after_answer?.enabled])
|
||||
|
||||
Reference in New Issue
Block a user