impaktapps-ui-builder 1.0.481 → 1.0.482

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.
@@ -10940,7 +10940,7 @@ var service = (funcParams) => {
10940
10940
  return response == null ? void 0 : response.data;
10941
10941
  },
10942
10942
  getSelectOptions: async function(param) {
10943
- if (param.serachValue !== void 0) {
10943
+ if (param.serachValue !== "" && param.serachValue !== void 0) {
10944
10944
  const apiBody = [
10945
10945
  { key: "searchValue", value: param.serachValue },
10946
10946
  { key: "currentValue", value: param.currentValue }