impaktapps-ui-builder 0.0.412-mtreemap.18 → 0.0.412-mtreemap.19

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.
@@ -10032,7 +10032,7 @@ const buildWrapperSection = (config, componentScope) => {
10032
10032
  wrapper.scope = componentScope;
10033
10033
  wrapper.config.main.label = config.label;
10034
10034
  wrapper.config.main.divider = config.divider === "YES" ? true : false;
10035
- wrapper.config.main.isAccordion = config.isAccordion === "NO" ? false : true;
10035
+ wrapper.config.main.isAccordion = config.isAccordion === "No" ? false : true;
10036
10036
  if (config.defaultStyle) {
10037
10037
  wrapper.config.defaultStyle = config.defaultStyle === "YES" ? true : false;
10038
10038
  }