impaktapps-ui-builder 0.0.101-alpha.36 → 0.0.101-alpha.37

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.
@@ -8428,7 +8428,7 @@ const sectionLabels = {
8428
8428
  function refreshPage(type, store2) {
8429
8429
  var _a, _b;
8430
8430
  const UiSchema = _.cloneDeep(componentBasicUiSchema(store2.theme.myTheme));
8431
- const currentConfig = buildConfig(store2.formData);
8431
+ const currentConfig = JSON.parse(sessionStorage.getItem("pageFormdata"));
8432
8432
  if (type) {
8433
8433
  const sectionUiSchema = {
8434
8434
  Core: CoreSection,