impaktapps-ui-builder 0.0.357 → 0.0.358

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.
@@ -10175,7 +10175,7 @@ const RadioUiSchema = {
10175
10175
  const buildRadio = (config, componentScope) => {
10176
10176
  const Radio = _.cloneDeep(RadioUiSchema);
10177
10177
  Radio.scope = componentScope;
10178
- Radio.config.main.heading = config.label;
10178
+ Radio.config.main.label = config.label;
10179
10179
  if (config.layout) {
10180
10180
  Radio.config.layout = createLayoutFormat(config.layout);
10181
10181
  }