14086 Amend copy for SIPs

This commit is contained in:
2025-02-21 09:18:14 +00:00
parent 804f3a6f66
commit baa1f7c4f3
10 changed files with 59 additions and 35 deletions
+8 -1
View File
@@ -92,6 +92,13 @@ export const getServerSideProps = wrapper.getServerSideProps(
store.dispatch(setSearchDetails(searchDetailsObj));
store.dispatch(setSearch("DNS"));
}
return {
props: {
searchResultsObj: {
searchResultsObj: searchResultsObj,
},
},
};
}
);
@@ -99,7 +106,7 @@ const mapStateToProps = (state) => {
return {
currentView: state.currentView,
search: state.search,
searchResultsObj: state.searchResultsObj,
//searchResultsObj: state.searchResultsObj,
formData: state.formData,
appealType: state.appealType,
form: state.form,