impaktapps-ui-builder 0.0.101-alpha.7 → 0.0.101-alpha.8

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.
@@ -8293,8 +8293,8 @@ function refreshPage(type, store2) {
8293
8293
  Validation: ValidationSection
8294
8294
  };
8295
8295
  const elements = (_a = sectionLabels[type]) == null ? void 0 : _a.map((e) => sectionUiSchema[e]);
8296
- UiSchema.elements[1].config.main.tabLabels = sectionLabels[type] || ["Core", "Style", "Event", "Validation"];
8297
- UiSchema.elements[1].elements = elements || [CoreSection, StyleSection, EventSection(store2.theme.myTheme), ValidationSection];
8296
+ UiSchema.elements[0].config.main.tabLabels = sectionLabels[type] || ["Core", "Style", "Event", "Validation"];
8297
+ UiSchema.elements[0].elements = elements || [CoreSection, StyleSection, EventSection(store2.theme.myTheme), ValidationSection];
8298
8298
  }
8299
8299
  if (sessionStorage.getItem("copiedConfig")) {
8300
8300
  this.ElementPathSetter(UiSchema);