advances search on case lpa and appeal

This commit is contained in:
2021-09-22 15:59:34 +01:00
parent 18030111b0
commit 5fa1c4a03f
16 changed files with 824 additions and 988 deletions
+10 -1
View File
@@ -118,7 +118,16 @@ let CaseSearch = (props) => {
const mapStateToProps = (state) => {
return {
...state,
currentView: state.currentView,
search: state.search,
searchResultsObj: state.searchResultsObj,
formData: state.formData,
appealType: state.appealType,
//form: state.form,
myCases: state.myCases,
watchedCases: state.watchedCases,
myRepresentations: state.myRepresentations,
awaitingSubmission: state.awaitingSubmission,
};
};