mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 13:56:53 +08:00
Chore/cleanup warnings (#17974)
This commit is contained in:
@@ -133,7 +133,7 @@ const useConfig = (id: string, payload: IfElseNodeType) => {
|
||||
})
|
||||
setInputs(newInputs)
|
||||
updateNodeInternals(id)
|
||||
}, [inputs, setInputs])
|
||||
}, [id, inputs, setInputs, updateNodeInternals])
|
||||
|
||||
const handleAddCondition = useCallback<HandleAddCondition>((caseId, valueSelector, varItem) => {
|
||||
const newInputs = produce(inputs, (draft) => {
|
||||
|
||||
Reference in New Issue
Block a user