impaktapps-ui-builder 0.0.291 → 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.
@@ -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);