Skip to content

Commit

Permalink
fix: delete plugin output node check filter
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk committed Jul 18, 2024
1 parent 5cb1965 commit 3884e17
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 3884e17

Please sign in to comment.