dont let users add loop node in another loop node for now (#934)

This commit is contained in:
Kerem Yilmaz
2024-10-08 11:56:03 -07:00
committed by GitHub
parent 18cebb21e1
commit 750a3f8deb
4 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ type WorkflowPanelState = {
next?: string | null;
parent?: string;
connectingEdgeType?: string;
disableLoop?: boolean;
};
};