mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-13 14:29:40 +00:00
fix: node card copy toolConfig (#5605)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user