impaktapps-ui-builder 0.0.393 → 0.0.394

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.
@@ -9579,7 +9579,7 @@ var Tabsection = {
9579
9579
  };
9580
9580
  const buildTabSection = (config, componentScope) => {
9581
9581
  const tab = _.cloneDeep(Tabsection);
9582
- tab.scopeName = componentScope;
9582
+ tab.scope = componentScope;
9583
9583
  if (config.lazyLoad) {
9584
9584
  tab.config.main.lazyLoad = config.lazyLoad === "YES" ? true : false;
9585
9585
  }
@@ -9605,7 +9605,7 @@ var WrapperSection = {
9605
9605
  };
9606
9606
  const buildWrapperSection = (config, componentScope) => {
9607
9607
  const wrapper = _.cloneDeep(WrapperSection);
9608
- wrapper.scopeName = componentScope;
9608
+ wrapper.scope = componentScope;
9609
9609
  wrapper.config.main.label = config.label;
9610
9610
  wrapper.config.main.divider = config.divider === "YES" ? true : false;
9611
9611
  if (config.style) {