Skip to content

Commit 4829c47

Browse files
n/a
1 parent b20b43d commit 4829c47

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/utils/componentReducer.util.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -517,19 +517,19 @@ export const changeImagePath = (state, imagePath) => ({
517517
// components: setSelectableParents(state.components)
518518
// });
519519

520-
export const exportFilesSuccess = (state, { status, dir }) => ({
521-
...state,
522-
successOpen: status,
523-
appDir: dir,
524-
loading: false,
525-
});
520+
// export const exportFilesSuccess = (state, { status, dir }) => ({
521+
// ...state,
522+
// successOpen: status,
523+
// appDir: dir,
524+
// loading: false,
525+
// });
526526

527-
export const exportFilesError = (state, { status, err }) => ({
528-
...state,
529-
errorOpen: status,
530-
appDir: err,
531-
loading: false,
532-
});
527+
// export const exportFilesError = (state, { status, err }) => ({
528+
// ...state,
529+
// errorOpen: status,
530+
// appDir: err,
531+
// loading: false,
532+
// });
533533

534534
export const handleClose = (state, status) => ({
535535
...state,

0 commit comments

Comments
 (0)