vcomply-workflow-engine 2.6.161 → 2.6.163

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.
@@ -30506,7 +30506,7 @@
30506
30506
  res.forEach(function (el) {
30507
30507
  isUndefined = isUndefined + el;
30508
30508
  });
30509
- if (sheetValue[2][1] === 'Program') {
30509
+ if (sheetValue[2] && sheetValue[2][1] === 'Program') {
30510
30510
  return !((res === null || res === void 0 ? void 0 : res.length) === 9 && res[8] === '' && !isUndefined.length);
30511
30511
  }
30512
30512
  else {
@@ -31187,7 +31187,8 @@
31187
31187
  var childCategory = [];
31188
31188
  /* Creating a list of child categories. */
31189
31189
  for (var j = 1; true; j++) {
31190
- if (tempList[j][index]) {
31190
+ console.log("tempList[j]tempList[j]", tempList[j], index);
31191
+ if (tempList[j] && tempList[j][index]) {
31191
31192
  var category_1 = {
31192
31193
  name: tempList[j][index - 1],
31193
31194
  id: tempList[j][index],