@bikiran/utils 2.2.3 → 2.2.4

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.
@@ -85,9 +85,7 @@ className, outsideClick = true, }) => {
85
85
  setIsFocus(false);
86
86
  };
87
87
  const resetClick = () => {
88
- //reset all the fields
89
- setFilters(Object.fromEntries(Object.keys(formData).map((key) => [key, ""])) || {});
90
- onSearch("");
88
+ window.location.href = window.location.pathname;
91
89
  };
92
90
  return (_jsxs("div", { className: cn(style.filterBarContainer, "filterBarContainer", className, disabled
93
91
  ? style.filterBarContainerDisabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikiran/utils",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [