Skip to content

Commit

Permalink
fix: delete plugin output node check filter (labring#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk authored Jul 18, 2024
1 parent 3d80eb2 commit 6390d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/app/src/web/core/workflow/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6390d64

Please sign in to comment.