sr-npm 1.7.142 → 1.7.143
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 +1 -1
- package/pages/careersPage.js +1 -0
package/package.json
CHANGED
package/pages/careersPage.js
CHANGED
|
@@ -264,6 +264,7 @@ 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').refresh();
|
|
267
268
|
const dropdownOptions = _$w('#dropdownDepartment').options;
|
|
268
269
|
console.log("dropdown options:", dropdownOptions);
|
|
269
270
|
|