Feat: When saving the canvas, other dls parameters passed from the backend are spliced ​​into the dsl parameters #3355 (#3558)

### What problem does this PR solve?

Feat: When saving the canvas, other dls parameters passed from the
backend are spliced ​​into the dsl parameters #3355
#3556

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-21 16:21:54 +08:00
committed by GitHub
parent 13ff463845
commit d47ee88454
3 changed files with 5 additions and 2 deletions

View File

@ -268,6 +268,7 @@ export const useSaveGraph = () => {
const dslComponents = buildDslComponentsByGraph(
currentNodes ?? nodes,
edges,
data.dsl.components,
);
return setFlow({
id,