impaktapps-ui-builder 0.0.290 → 0.0.292

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.
@@ -9885,7 +9885,7 @@ async function mergeFormdata(handlerResponse, componentName, eventConfig, store2
9885
9885
  }
9886
9886
  };
9887
9887
  });
9888
- } else if (eventConfig.type = !(_.isEmpty(handlerResponse) && handlerResponse)) {
9888
+ } else if (eventConfig.type === "MultipleSelect" && !(_.isEmpty(handlerResponse) && handlerResponse)) {
9889
9889
  store2.setSchema((pre) => {
9890
9890
  var _a;
9891
9891
  return {
@@ -10085,7 +10085,7 @@ var service = (funcParams) => {
10085
10085
  getSelectOptions: async function(param) {
10086
10086
  if (param.serachValue !== "" && param.serachValue !== void 0) {
10087
10087
  const apiBody = [
10088
- { key: "serachValue", value: param.serachValue },
10088
+ { key: "searchValue", value: param.serachValue },
10089
10089
  { key: "currentValue", value: param.currentValue }
10090
10090
  ];
10091
10091
  return await this.updateConfigApiBody(param, apiBody);