primary_care_admin_binder 0.1.98 → 0.1.99
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/dist/index.cjs.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -40585,7 +40585,7 @@ var SYMPTOM_AND_SPECIALTY_MASTERS = createAsyncThunk("symptomAndSpecialtySlice/s
|
|
|
40585
40585
|
_context5.next = 9;
|
|
40586
40586
|
return data_arr.result.map(function (val) {
|
|
40587
40587
|
arry.push({
|
|
40588
|
-
label: val.coding
|
|
40588
|
+
label: val.coding.display,
|
|
40589
40589
|
value: val._id
|
|
40590
40590
|
});
|
|
40591
40591
|
});
|