mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
insert node
This commit is contained in:
@ -19,8 +19,8 @@ function useVarList({
|
||||
const newInputs = produce(inputs, (draft) => {
|
||||
draft.variables = newList
|
||||
})
|
||||
handleVariableAssignerEdgesChange(id, newList)
|
||||
setInputs(newInputs)
|
||||
handleVariableAssignerEdgesChange(id, newList)
|
||||
}, [inputs, setInputs, id, handleVariableAssignerEdgesChange])
|
||||
|
||||
const handleAddVariable = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user