First prototype of image upload working. IO-397 IO-398
This commit is contained in:
@@ -25,7 +25,7 @@ const appReducer = (state = INITIAL_STATE, action) => {
|
||||
documentUploadError: null,
|
||||
documentUploadInProgress: action.payload,
|
||||
};
|
||||
case AppActionTypes.DOCUMNET_UPLOAD_SUCCESS:
|
||||
case AppActionTypes.DOCUMENT_UPLOAD_SUCCESS:
|
||||
return {
|
||||
...state,
|
||||
documentUploadError: null,
|
||||
|
||||
Reference in New Issue
Block a user