mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
fix: loop node cannot save parentId (#2845)
This commit is contained in:
@@ -16,6 +16,7 @@ export const uiWorkflow2StoreWorkflow = ({
|
||||
}) => {
|
||||
const formatNodes: StoreNodeItemType[] = nodes.map((item) => ({
|
||||
nodeId: item.data.nodeId,
|
||||
parentNodeId: item.data.parentNodeId,
|
||||
name: item.data.name,
|
||||
intro: item.data.intro,
|
||||
avatar: item.data.avatar,
|
||||
|
Reference in New Issue
Block a user