added in info banner for case summary
This commit is contained in:
@@ -4,6 +4,7 @@ import { useRouter } from "next/router";
|
||||
import { connect } from "react-redux";
|
||||
import {
|
||||
getBasicSearch,
|
||||
getCaseMessage,
|
||||
getIP,
|
||||
getMyCases,
|
||||
getMyLPACases,
|
||||
@@ -100,6 +101,7 @@ const CaseHome = (props) => {
|
||||
props.searchResultsObj.representationsObj
|
||||
}
|
||||
showLoginCheck={true}
|
||||
messagesObj={props.messagesObj}
|
||||
/>
|
||||
</div>
|
||||
<Footer
|
||||
@@ -340,6 +342,9 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
// },
|
||||
currentType: "directResultsObj",
|
||||
docsOffline: process.env.DOCAPI_OFFLINE || false,
|
||||
messagesObj: await getCaseMessage(
|
||||
searchResultsObj.value[0].incidentid
|
||||
),
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user