@appcorp/fusion-storybook 0.3.11 → 0.3.12

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.
@@ -592,6 +592,7 @@ export const useStudentFeeModule = () => {
592
592
  });
593
593
  },
594
594
  errorCallback: (errors) => {
595
+ console.log("errors", errors);
595
596
  dispatch({
596
597
  type: STUDENT_FEE_ACTION_TYPES.SET_ERRORS,
597
598
  payload: { errors },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",