Removed all reactFlowInstance nodes and edges settings. Centralized flow saving.

This commit is contained in:
Lucas Oliveira 2023-12-30 20:50:51 -03:00
commit f6bd5a4e4a
12 changed files with 96 additions and 167 deletions

View file

@ -73,10 +73,8 @@ export default function ParameterComponent({
const {
tabId,
flows,
updateFlow,
nodes,
edges,
setEdges,
setNode,
} = useContext(FlowsContext);
@ -154,7 +152,7 @@ export default function ParameterComponent({
newData.node!.template[name].value = newValue;
return newData;
});
renderTooltips();
};