mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
fix: delete plugin output node check filter (#2080)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user