fix for new appeal and reps updates

This commit is contained in:
2024-12-04 19:30:18 +00:00
parent 47c2c68ed0
commit b668f323fe
15 changed files with 951 additions and 854 deletions
+2 -8
View File
@@ -1847,18 +1847,12 @@ export const createContainerProxy = (containerName) => {
});
};
export const sendCaseCompleteMessage = async (
containerID,
caseReference,
typeofinvolvement
) => {
export const sendCaseCompleteMessage = async (containerID, caseReference) => {
var queryUrl =
"/api/file/createappealcompletemessage_api?container=" +
containerID +
"&tempcaseref=" +
caseReference +
"&inv=" +
typeofinvolvement;
caseReference;
var config = {
method: "get",