feat: add input field variables change sync

This commit is contained in:
twwu
2025-05-28 16:38:49 +08:00
parent 769b5e185a
commit cc7ad5ac97
6 changed files with 63 additions and 14 deletions

View File

@ -37,7 +37,7 @@ const Panel: FC<NodePanelProps<DataSourceNodeType>> = ({ id, data }) => {
editingField,
handleSubmitField,
handleCancelInputFieldEditor,
} = useFieldList(variables, handleInputFieldVariablesChange)
} = useFieldList(variables, handleInputFieldVariablesChange, id)
return (
<div >