fix: delete plugin output node check filter (#2080)
This commit is contained in:
parent
3d80eb288b
commit
6390d64417
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user