sr-npm 1.7.132 → 1.7.133

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.132",
3
+ "version": "1.7.133",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -255,7 +255,8 @@ async function updateCount(_$w) {
255
255
 
256
256
  async function handleDepartmentParam(_$w,department) {
257
257
  console.log("department inside handleDepartmentParam", department.replace('-', ' '));
258
- _$w('#dropdownDepartment').value = department.replace('-', ' ');
258
+ // _$w('#dropdownDepartment').value = department.replace('-', ' ');
259
+ _$w('#dataset2').setFieldValue("title", department.replace('-', ' '));
259
260
  await applyFilters(_$w);
260
261
  }
261
262