updated view all

This commit is contained in:
2023-04-21 10:36:19 +01:00
parent 98ed833a47
commit dc43d7f2b4
7 changed files with 180 additions and 44 deletions
+2
View File
@@ -278,6 +278,8 @@ let MakeRepresentation = (props) => {
"_" +
props.props.accountDetails.accountDetails.lastname,
"containerID": props.props.accountDetails.containerID,
"appealType": props.props.currentView.caseReference.appealType,
"incidentID": props.props.currentView.caseReference.incidentid,
});
updateBody = JSON.stringify(updateBody);