impaktapps-ui-builder 1.0.47 → 1.0.50

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.
@@ -8272,7 +8272,7 @@ const createLayoutFormat = (config2) => {
8272
8272
  if (_.isEmpty(config2)) {
8273
8273
  return { xs: 12, sm: 6, md: 4, lg: 3 };
8274
8274
  }
8275
- let data = { xs: 12, sm: 6, md: 4, lg: 3 };
8275
+ let data = {};
8276
8276
  config2.map((e) => {
8277
8277
  data[e.key || "xs"] = +e.value || 5.5;
8278
8278
  });