Merge branch 'release/1.7.0' into rome/1.7.0
This commit is contained in:
@@ -40,7 +40,6 @@ const appReducer = (state = INITIAL_STATE, action) => {
|
||||
documentUploadInProgress: null,
|
||||
};
|
||||
case AppActionTypes.TOGGLE_DLETE_AFTER_UPLOAD:
|
||||
console.log("It was toggled.")
|
||||
return {
|
||||
...state,
|
||||
deleteAfterUpload: !state.deleteAfterUpload,
|
||||
|
||||
Reference in New Issue
Block a user