primary_care_admin_binder 0.1.100 → 0.1.101
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
|
@@ -40650,7 +40650,7 @@ var SYMPTOM_AND_SPECIALTY_MASTERS = createAsyncThunk("symptomAndSpecialtySlice/s
|
|
|
40650
40650
|
_context5.next = 9;
|
|
40651
40651
|
return data_arr.result.map(function (val) {
|
|
40652
40652
|
arry.push({
|
|
40653
|
-
label: val.coding.display,
|
|
40653
|
+
label: val.coding[0].display,
|
|
40654
40654
|
value: val._id
|
|
40655
40655
|
});
|
|
40656
40656
|
});
|