@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.modern.js
CHANGED
|
@@ -13517,9 +13517,13 @@ const NewNDCStepFormTwo = ({
|
|
|
13517
13517
|
return;
|
|
13518
13518
|
}
|
|
13519
13519
|
const isRealId = id && id.startsWith("NDC-");
|
|
13520
|
+
console.log("here", isRealId);
|
|
13520
13521
|
if (isRealId) {
|
|
13521
|
-
updateApplication(finaldata);
|
|
13522
13522
|
console.log("here bab");
|
|
13523
|
+
updateApplication(finaldata);
|
|
13524
|
+
} else {
|
|
13525
|
+
console.log("go next");
|
|
13526
|
+
onGoNext();
|
|
13523
13527
|
}
|
|
13524
13528
|
}
|
|
13525
13529
|
const updateApplication = async data => {
|