mirror of https://github.com/langgenius/dify.git
fix
This commit is contained in:
parent
56b025ebdd
commit
8967c4c8f6
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in New Issue