added hashing on api calls
This commit is contained in:
@@ -73,7 +73,6 @@ export const setDocumentsList = (documentList) => (dispatch) => {
|
||||
};
|
||||
|
||||
export const setFilesForAppeal = (fileList) => (dispatch) => {
|
||||
console.log("have got here");
|
||||
return dispatch({
|
||||
type: appealTypeDataActionTypes.SETFILELIST,
|
||||
fileList: fileList,
|
||||
|
||||
Reference in New Issue
Block a user