impaktapps-ui-builder 0.0.382-alpha.32 → 0.0.382-alpha.33

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.
@@ -10215,7 +10215,7 @@ const buildBasicUiSchema = (config) => {
10215
10215
  return {
10216
10216
  "type": "HorizontalLayout",
10217
10217
  pageName: `${config.name}`,
10218
- heading: `${config.label != "undefined" ? config.label : config.name}`,
10218
+ heading: `${config.label}`,
10219
10219
  "elements": []
10220
10220
  };
10221
10221
  };