diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/LoopNode/LoopNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/LoopNode/LoopNode.tsx index 5f4aa8f6..7b65881c 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/LoopNode/LoopNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/LoopNode/LoopNode.tsx @@ -139,20 +139,34 @@ function LoopNode({ id, data }: NodeProps) {
-
-
+
+
+ { + handleChange("completeIfEmpty", checked); + }} + /> - + +
+ +
+ { + handleChange("continueOnFailure", checked); + }} + /> + +
- { - handleChange("completeIfEmpty", checked); - }} - />