impaktapps-ui-builder 0.0.101-alpha.52 → 0.0.101-alpha.53

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.
@@ -8540,7 +8540,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8540
8540
  return getFormdataFromSessionStorage(path);
8541
8541
  },
8542
8542
  getSchema: function() {
8543
- var _a;
8543
+ var _a, _b, _c;
8544
8544
  const schema2 = _.cloneDeep(ComponentSchema);
8545
8545
  if (sessionStorage.getItem("copiedConfig")) {
8546
8546
  schema2.properties.RemoveItemButton.disabled = false;
@@ -8550,7 +8550,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8550
8550
  const lastDotIndex = path.lastIndexOf(".");
8551
8551
  const currPath = path.slice(lastDotIndex + 1);
8552
8552
  const currObj = _.get(currentConfig, currPath);
8553
- schema2.properties.pageName.path.add({ label: currObj.config.main.label || "undefined", path });
8553
+ schema2.properties.pageName.path.add({ label: ((_c = (_b = currObj == null ? void 0 : currObj.config) == null ? void 0 : _b.main) == null ? void 0 : _c.label) || "undefined", path });
8554
8554
  return schema2;
8555
8555
  },
8556
8556
  okHandler: () => okHandler(store2),