removed references to doc history
This commit is contained in:
@@ -4,7 +4,6 @@ const searchResultsInitialState = {
|
||||
searchResultsObj: {},
|
||||
searchDetailsObj: {},
|
||||
documentDetailsObj: {},
|
||||
documentHistoryObj: {},
|
||||
representationsObj: {},
|
||||
};
|
||||
|
||||
@@ -25,11 +24,7 @@ export default function reducer(state = searchResultsInitialState, action) {
|
||||
...state,
|
||||
documentDetailsObj: action.documentDetailsObj,
|
||||
};
|
||||
case searchResultsActionTypes.SETDOCUMENTHISTORY:
|
||||
return {
|
||||
...state,
|
||||
documentHistoryObj: action.documentHistoryObj,
|
||||
};
|
||||
|
||||
case searchResultsActionTypes.SETREPRESENTATIONS:
|
||||
return {
|
||||
...state,
|
||||
|
||||
Reference in New Issue
Block a user