sr-npm 1.7.137 → 1.7.138

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": "sr-npm",
3
- "version": "1.7.137",
3
+ "version": "1.7.138",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -241,6 +241,8 @@ async function resetFilters(_$w) {
241
241
 
242
242
  _$w('#resetFiltersButton').disable();
243
243
 
244
+ queryParams.remove(["keyWord", "department","page"]);
245
+
244
246
  await updateCount(_$w);
245
247
  }
246
248