diff --git a/src/main/resources/static/js/gw.workflow.js b/src/main/resources/static/js/gw.workflow.js index 2a161afd..7b056d0e 100644 --- a/src/main/resources/static/js/gw.workflow.js +++ b/src/main/resources/static/js/gw.workflow.js @@ -140,6 +140,9 @@ GW.workflow = { // when i === edges edges_body=""; val = JSON.parse(val); + if(val.length === 0){ + return; + } edges_body += `