@mseva/digit-ui-module-ndc 1.0.27 → 1.0.28
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.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +27 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1423,7 +1423,6 @@ const ApplicationOverview = () => {
|
|
|
1423
1423
|
const finalPayload = {
|
|
1424
1424
|
Applications: [updatedApplicant]
|
|
1425
1425
|
};
|
|
1426
|
-
return Promise.resolve();
|
|
1427
1426
|
const _temp = _catch(function () {
|
|
1428
1427
|
return Promise.resolve(Digit.NDCService.NDCUpdate({
|
|
1429
1428
|
tenantId,
|