mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
fix: delete plugin output node check filter (#2080)
This commit is contained in:
@@ -260,7 +260,6 @@ export const checkWorkflowNodeAndConnection = ({
|
|||||||
if (
|
if (
|
||||||
data.flowNodeType === FlowNodeTypeEnum.systemConfig ||
|
data.flowNodeType === FlowNodeTypeEnum.systemConfig ||
|
||||||
data.flowNodeType === FlowNodeTypeEnum.pluginInput ||
|
data.flowNodeType === FlowNodeTypeEnum.pluginInput ||
|
||||||
data.flowNodeType === FlowNodeTypeEnum.pluginOutput ||
|
|
||||||
data.flowNodeType === FlowNodeTypeEnum.workflowStart
|
data.flowNodeType === FlowNodeTypeEnum.workflowStart
|
||||||
) {
|
) {
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user