impaktapps-ui-builder 0.0.294 → 0.0.295

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.
@@ -9958,7 +9958,7 @@ async function mergeFormdata(handlerResponse, componentName, eventConfig, store2
9958
9958
  } else {
9959
9959
  if (handlerResponse) {
9960
9960
  store2.setFormdata((pre) => {
9961
- return { ...pre, [componentName]: handlerResponse };
9961
+ return { ...pre, [componentName]: handlerResponse.data };
9962
9962
  });
9963
9963
  }
9964
9964
  }