mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-29 23:01:38 +00:00
fix: Eslint formatting
This commit is contained in:
parent
bc717c4f30
commit
a5145aa9f5
@ -1,5 +1,5 @@
|
||||
export * from './add-flow-variable-modal';
|
||||
export * from './export-flow-modal';
|
||||
export * from './flow-template-modal';
|
||||
export * from './import-flow-modal';
|
||||
export * from './save-flow-modal';
|
||||
export * from './flow-template-modal';
|
||||
|
@ -124,7 +124,7 @@ const CanvasNode: React.FC<CanvasNodeProps> = ({ data }) => {
|
||||
});
|
||||
}
|
||||
|
||||
function onParameterValuesChange(changedValues: any, allValues: any) {
|
||||
function onParameterValuesChange(changedValues: any) {
|
||||
const [changedKey, changedVal] = Object.entries(changedValues)[0];
|
||||
|
||||
updateCurrentNodeValue(changedKey, changedVal);
|
||||
|
Loading…
Reference in New Issue
Block a user