mapping fields for case type

This commit is contained in:
2021-10-26 12:56:21 +01:00
parent 3da35dcf9b
commit db49898e91
32 changed files with 10669 additions and 486 deletions
+1
View File
@@ -27,6 +27,7 @@ const CaseSummary = (props) => {
awaitingSubmission={props.awaitingSubmission}
caseReference={props.caseReference}
currentType={props.currentType}
appealTypeID={props.appealTypeID}
searchResultsObj={props.searchResultsObj}
searchDetailsObj={props.searchDetailsObj}
searchString={props.searchString}