@integry/sdk 4.6.78 → 4.6.79

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "4.6.78",
3
+ "version": "4.6.79",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -357,6 +357,7 @@ const ListBox = (props: ListBoxProps) => {
357
357
  setLoading(false);
358
358
  } else {
359
359
  setQuery('');
360
+ setSearchValue('');
360
361
  setLoading(false);
361
362
  }
362
363
  } else {