impaktapps-ui-builder 1.0.126 → 1.0.129

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.
@@ -8465,7 +8465,7 @@ function refreshPage(type, store2) {
8465
8465
  };
8466
8466
  const elements = (_a = sectionLabels[type]) == null ? void 0 : _a.map((e) => sectionUiSchema[e]);
8467
8467
  UiSchema.elements[0].config.main.tabLabels = sectionLabels[type] || ["Core", "Style", "Events", "Validation"];
8468
- UiSchema.elements[0].elements = elements || [CoreSection, StyleSection, EventSection(store2.theme.myTheme), ValidationSection];
8468
+ UiSchema.elements[0].elements[0].elements = elements || [CoreSection, StyleSection, EventSection(store2.theme.myTheme), ValidationSection];
8469
8469
  }
8470
8470
  const path = (_b = store2.searchParams) == null ? void 0 : _b.get("path");
8471
8471
  const lastDotIndex = path.lastIndexOf(".");