impaktapps-ui-builder 0.0.363 → 0.0.364

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.
@@ -10348,7 +10348,7 @@ const buildStepper = (config, componentScope) => {
10348
10348
  stepper.config.main.completeText = config.completeText || "Complete Text";
10349
10349
  stepper.config.main.orientation = config.orientation || "horizontal";
10350
10350
  if (config.sectionLabels) {
10351
- stepper.config.main.label = config.sectionLabels.map((e, i) => {
10351
+ stepper.config.main.steps = config.sectionLabels.map((e, i) => {
10352
10352
  return { label: e.label, id: i };
10353
10353
  });
10354
10354
  }