dont let users add loop node in another loop node for now (#934)
This commit is contained in:
@@ -8,6 +8,7 @@ type WorkflowPanelState = {
|
||||
next?: string | null;
|
||||
parent?: string;
|
||||
connectingEdgeType?: string;
|
||||
disableLoop?: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user