defects for mappin of date fields

This commit is contained in:
2021-10-08 11:56:12 +01:00
parent fc6abd978a
commit 76422f01df
5 changed files with 31 additions and 15 deletions
+2 -1
View File
@@ -223,6 +223,7 @@ export const getAdvancedSearch = (token, searchString) => {
};
export const getBasicSearchDetails = (token, appealType, caseReference) => {
//console.log("check appealtype:", appealType, caseReference);
return axios
.get(
WEBAPI_URL +
@@ -234,7 +235,7 @@ export const getBasicSearchDetails = (token, appealType, caseReference) => {
)
.then((res) => res.data)
.catch((error) => {
console.log("thiserror", error);
console.log("this error", error);
});
};