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

This commit is contained in:
heheer 2024-07-18 10:44:13 +08:00 committed by GitHub
parent 3d80eb288b
commit 6390d64417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;