document link disable

This commit is contained in:
2022-02-16 07:17:20 +00:00
parent bfc4a7f3ab
commit f7dd728696
39 changed files with 2021 additions and 2079 deletions
+2 -1
View File
@@ -492,6 +492,7 @@ export const getAppealID = (
caseReference
)
.then((res) => {
console.log(res.data);
var appealID = res.data.value[0][primaryAttribute];
return appealID;
})
@@ -762,7 +763,7 @@ export const updateCase = async (
primaryAttribute,
caseReference
) => {
var data = JSON.stringify(updateBody);
var data = updateBody;
var appealObj = await getAppealID(
caseReference,