sr-npm 1.7.153 → 1.7.154

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.153",
3
+ "version": "1.7.154",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -280,6 +280,7 @@ async function handleDepartmentParam(_$w,department) {
280
280
  label: item.title,
281
281
  value: item.title
282
282
  })));
283
+ _$w('#dropdownDepartment').options=dropdownOptions;
283
284
  console.warn("something is wrong with the dropdown options, fixing it");
284
285
  }
285
286