primary_care_admin_binder 0.1.16 → 0.1.17
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 +3 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -23738,7 +23738,7 @@ var SET_ORGANIZATION = createAsyncThunk("organizationSlice/setOrganization", /*#
|
|
|
23738
23738
|
state,
|
|
23739
23739
|
key,
|
|
23740
23740
|
queriesjson,
|
|
23741
|
-
|
|
23741
|
+
data,
|
|
23742
23742
|
_args24 = arguments;
|
|
23743
23743
|
|
|
23744
23744
|
return regeneratorRuntime.wrap(function _callee24$(_context24) {
|
|
@@ -23756,9 +23756,9 @@ var SET_ORGANIZATION = createAsyncThunk("organizationSlice/setOrganization", /*#
|
|
|
23756
23756
|
}, __uspsertUrl__);
|
|
23757
23757
|
|
|
23758
23758
|
case 7:
|
|
23759
|
-
|
|
23759
|
+
data = _context24.sent;
|
|
23760
23760
|
return _context24.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
|
|
23761
|
-
data:
|
|
23761
|
+
data: data
|
|
23762
23762
|
}));
|
|
23763
23763
|
|
|
23764
23764
|
case 12:
|