beta-glozic-workflow 1.32.0 → 1.34.0
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1991,7 +1991,8 @@ class Designer extends _react.Component {
|
|
|
1991
1991
|
let endBranchId = "node-botbranch_".concat(i, "-").concat(self.nodes[node].count);
|
|
1992
1992
|
newData[i] = [];
|
|
1993
1993
|
let curBranch = Object.assign({}, this.nodes[node].branches[i], {
|
|
1994
|
-
actions: []
|
|
1994
|
+
actions: [],
|
|
1995
|
+
name: "branch".concat(i)
|
|
1995
1996
|
});
|
|
1996
1997
|
while (cNode !== endBranchId) {
|
|
1997
1998
|
//console.log('ele in branch ', cNode, this.nodes[cNode])
|