File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ export const loopContinueNode = {
478478 type : WorkflowType . LoopContinueNode ,
479479 text : t ( 'views.applicationWorkflow.nodes.loopContinueNode.text' ) ,
480480 label : t ( 'views.applicationWorkflow.nodes.loopContinueNode.label' ) ,
481- height : 600 ,
481+ height : 100 ,
482482 properties : {
483483 width : 600 ,
484484 stepName : t ( 'views.applicationWorkflow.nodes.loopContinueNode.label' ) ,
@@ -510,7 +510,7 @@ export const loopBreakNode = {
510510 type : WorkflowType . LoopBreakNode ,
511511 text : t ( 'views.applicationWorkflow.nodes.loopBreakNode.text' ) ,
512512 label : t ( 'views.applicationWorkflow.nodes.loopBreakNode.label' ) ,
513- height : 600 ,
513+ height : 100 ,
514514 properties : {
515515 width : 600 ,
516516 stepName : t ( 'views.applicationWorkflow.nodes.loopBreakNode.label' ) ,
You can’t perform that action at this time.
0 commit comments