Merged PR 2266: update media tabs display and query
update media tabs display and query Related work items: #22698
This commit is contained in:
@@ -172,9 +172,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
}
|
||||
|
||||
if (searchResultsObj.value[0].pinswg_appealcasetype == 846040002) {
|
||||
mediaObj = await getSIPSMedia(
|
||||
searchDetailsObj[0].value[0].pinswg_sipsid
|
||||
);
|
||||
mediaObj = await getSIPSMedia(searchResultsObj.value[0].incidentid);
|
||||
store.dispatch(setMediaDetails(mediaObj));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user