impaktapps-ui-builder 0.0.277 → 0.0.278

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.
@@ -9807,7 +9807,7 @@ async function mergeFormdata(handlerResponse, componentName2, eventConfig, store
9807
9807
  properties: {
9808
9808
  ...pre.properties,
9809
9809
  [componentName2]: {
9810
- enum: handlerResponse.data
9810
+ oneOf: handlerResponse.data
9811
9811
  }
9812
9812
  }
9813
9813
  };