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.
@@ -28984,7 +28984,7 @@ class AddMultipleResponsibilityWithTabComponent {
28984
28984
  res.forEach((el) => {
28985
28985
  isUndefined = isUndefined + el;
28986
28986
  });
28987
- if (sheetValue[2][1] === 'Program') {
28987
+ if (sheetValue[2] && sheetValue[2][1] === 'Program') {
28988
28988
  return !((res === null || res === void 0 ? void 0 : res.length) === 9 && res[8] === '' && !isUndefined.length);
28989
28989
  }
28990
28990
  else {
@@ -29661,7 +29661,8 @@ class AddMultipleResponsibilityWithTabComponent {
29661
29661
  let childCategory = [];
29662
29662
  /* Creating a list of child categories. */
29663
29663
  for (let j = 1; true; j++) {
29664
- if (tempList[j][index]) {
29664
+ console.log("tempList[j]tempList[j]", tempList[j], index);
29665
+ if (tempList[j] && tempList[j][index]) {
29665
29666
  const category = {
29666
29667
  name: tempList[j][index - 1],
29667
29668
  id: tempList[j][index],