Enable all delete methods.
This commit is contained in:
@@ -39,6 +39,7 @@ const appReducer = (state = INITIAL_STATE, action) => {
|
||||
documentUploadInProgress: null,
|
||||
};
|
||||
case AppActionTypes.TOGGLE_DLETE_AFTER_UPLOAD:
|
||||
console.log("It was toggled.")
|
||||
return {
|
||||
...state,
|
||||
deleteAfterUpload: !state.deleteAfterUpload,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createSelector } from "reselect";
|
||||
import { createSelector } from 'reselect';
|
||||
|
||||
const selectApp = (state) => state.app;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user