Commit 6390d644 by heheer Committed by GitHub

fix: delete plugin output node check filter (#2080)

parent 3d80eb28
......@@ -260,7 +260,6 @@ export const checkWorkflowNodeAndConnection = ({
if (
data.flowNodeType === FlowNodeTypeEnum.systemConfig ||
data.flowNodeType === FlowNodeTypeEnum.pluginInput ||
data.flowNodeType === FlowNodeTypeEnum.pluginOutput ||
data.flowNodeType === FlowNodeTypeEnum.workflowStart
) {
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