sr-npm 1.7.143 → 1.7.144

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.143",
3
+ "version": "1.7.144",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -264,7 +264,10 @@ async function handleDepartmentParam(_$w,department) {
264
264
  console.log("department inside handleDepartmentParam", departmentValue);
265
265
 
266
266
  // Debug: Check dropdown options
267
+ await _$w('#dataset2').onReadyAsync(async () => {
267
268
  await _$w('#dataset2').refresh();
269
+ });
270
+ console.log("after refresh");
268
271
  const dropdownOptions = _$w('#dropdownDepartment').options;
269
272
  console.log("dropdown options:", dropdownOptions);
270
273