mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: add input field variables change sync
This commit is contained in:
@ -37,7 +37,7 @@ const Panel: FC<NodePanelProps<DataSourceNodeType>> = ({ id, data }) => {
|
||||
editingField,
|
||||
handleSubmitField,
|
||||
handleCancelInputFieldEditor,
|
||||
} = useFieldList(variables, handleInputFieldVariablesChange)
|
||||
} = useFieldList(variables, handleInputFieldVariablesChange, id)
|
||||
|
||||
return (
|
||||
<div >
|
||||
|
||||
Reference in New Issue
Block a user