mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 10:28:42 +00:00
feat: support workflow node fold (#2797)
* feat: support workflow node fold * fix * fix
This commit is contained in:
@@ -532,7 +532,8 @@ export const compareSnapshot = (
|
||||
name: node.data.name,
|
||||
intro: node.data.intro,
|
||||
avatar: node.data.avatar,
|
||||
version: node.data.version
|
||||
version: node.data.version,
|
||||
isFolded: node.data.isFolded
|
||||
}
|
||||
}));
|
||||
};
|
||||
|
Reference in New Issue
Block a user