@appcorp/fusion-storybook 0.1.74 → 0.1.75

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.
@@ -689,9 +689,9 @@ export const useAdmissionModule = () => {
689
689
  emergencyContact: updateParams.emergencyContact === "Father",
690
690
  },
691
691
  motherDetails: {
692
- motherCnic: updateParams.motherCnic,
693
- motherFirstName: updateParams.motherFirstName,
694
- motherLastName: updateParams.motherLastName,
692
+ motherCnic: updateParams.motherCnic || "XXXXX-XXXXXXX-X",
693
+ motherFirstName: updateParams.motherFirstName || "N/A",
694
+ motherLastName: updateParams.motherLastName || "N/A",
695
695
  motherMobile: updateParams.motherMobile,
696
696
  emergencyContact: updateParams.emergencyContact === "Mother",
697
697
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",