@mseva/digit-ui-module-ndc 1.0.34 → 1.0.36
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 +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13629,9 +13629,13 @@ const NewNDCStepFormTwo = _ref => {
|
|
|
13629
13629
|
return;
|
|
13630
13630
|
}
|
|
13631
13631
|
const isRealId = id && id.startsWith("NDC-");
|
|
13632
|
+
console.log("here", isRealId);
|
|
13632
13633
|
if (isRealId) {
|
|
13633
|
-
updateApplication(finaldata);
|
|
13634
13634
|
console.log("here bab");
|
|
13635
|
+
updateApplication(finaldata);
|
|
13636
|
+
} else {
|
|
13637
|
+
console.log("go next");
|
|
13638
|
+
onGoNext();
|
|
13635
13639
|
}
|
|
13636
13640
|
}
|
|
13637
13641
|
const updateApplication = function (data) {
|