@appcorp/fusion-storybook 0.3.38 → 0.3.39

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.
@@ -554,6 +554,7 @@ export const useStudentFeeModule = () => {
554
554
  });
555
555
  },
556
556
  errorCallback: (errors) => {
557
+ console.log("errors", errors);
557
558
  dispatch({
558
559
  type: STUDENT_FEE_ACTION_TYPES.SET_ERRORS,
559
560
  payload: { errors },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.3.38",
3
+ "version": "0.3.39",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",