ecinc-cloud-wappaio 9.6.543 → 9.6.544
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/ecwappaio.common.js
CHANGED
|
@@ -147096,7 +147096,7 @@ var wfengine_install = function install(Vue) {
|
|
|
147096
147096
|
}
|
|
147097
147097
|
}
|
|
147098
147098
|
}
|
|
147099
|
-
if (newWfJsonData.routes.length === 0) delete
|
|
147099
|
+
if (newWfJsonData.routes.length === 0) delete newWfJsonData.routes;
|
|
147100
147100
|
}
|
|
147101
147101
|
$scope.wfJsonData = newWfJsonData;
|
|
147102
147102
|
} else {
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -147106,7 +147106,7 @@ var wfengine_install = function install(Vue) {
|
|
|
147106
147106
|
}
|
|
147107
147107
|
}
|
|
147108
147108
|
}
|
|
147109
|
-
if (newWfJsonData.routes.length === 0) delete
|
|
147109
|
+
if (newWfJsonData.routes.length === 0) delete newWfJsonData.routes;
|
|
147110
147110
|
}
|
|
147111
147111
|
$scope.wfJsonData = newWfJsonData;
|
|
147112
147112
|
} else {
|