Commit 4e17fcfd by Finley Ge Committed by GitHub

fix: node card copy toolConfig (#5605)

parent c4632a22
......@@ -473,7 +473,8 @@ const MenuRender = React.memo(function MenuRender({
pluginId: node.data.pluginId,
version: node.data.version,
versionLabel: node.data.versionLabel,
isLatestVersion: node.data.isLatestVersion
isLatestVersion: node.data.isLatestVersion,
toolConfig: node.data.toolConfig
};
return [
......@@ -495,7 +496,8 @@ const MenuRender = React.memo(function MenuRender({
outputs: template.outputs,
version: template.version,
versionLabel: template.versionLabel,
isLatestVersion: template.isLatestVersion
isLatestVersion: template.isLatestVersion,
toolConfig: template.toolConfig
},
selected: true,
parentNodeId: undefined,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment