fix conflict

This commit is contained in:
yoan
2024-11-15 10:27:10 +08:00
17 changed files with 402 additions and 15 deletions

View File

@@ -97,7 +97,6 @@ export type WorkflowNode = {
input?: WorkflowNodeIo[];
config?: WorkflowNodeConfig;
configured?: boolean;
output?: WorkflowNodeIo[];
next?: WorkflowNode | WorkflowBranchNode;
@@ -429,3 +428,4 @@ export const workflowNodeDropdownList: WorkflowwNodeDropdwonItem[] = [
},
},
];