@appcorp/fusion-storybook 0.3.40 → 0.3.41

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.
@@ -409,7 +409,6 @@ export const useStudentProfileModule = () => {
409
409
  });
410
410
  },
411
411
  errorCallback: (errors) => {
412
- console.log("errors", errors);
413
412
  dispatch({
414
413
  type: STUDENT_PROFILE_ACTION_TYPES.SET_ERRORS,
415
414
  payload: { errors },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",