Commit df328b2a by Archer Committed by GitHub

fix: comment node cannot save (#2847)

parent fadb3892
...@@ -281,7 +281,8 @@ export const checkWorkflowNodeAndConnection = ({ ...@@ -281,7 +281,8 @@ export const checkWorkflowNodeAndConnection = ({
data.flowNodeType === FlowNodeTypeEnum.systemConfig || data.flowNodeType === FlowNodeTypeEnum.systemConfig ||
data.flowNodeType === FlowNodeTypeEnum.pluginConfig || data.flowNodeType === FlowNodeTypeEnum.pluginConfig ||
data.flowNodeType === FlowNodeTypeEnum.pluginInput || data.flowNodeType === FlowNodeTypeEnum.pluginInput ||
data.flowNodeType === FlowNodeTypeEnum.workflowStart data.flowNodeType === FlowNodeTypeEnum.workflowStart ||
data.flowNodeType === FlowNodeTypeEnum.comment
) { ) {
continue; continue;
} }
......
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