Merged PR 835: removed baseurl from action getlinkedcases

removed baseurl from action getlinkedcases

Related work items: #7564
This commit is contained in:
Robert Bond
2022-03-17 14:55:08 +00:00
+1 -2
View File
@@ -368,8 +368,7 @@ export const getSearchDocumentDetailsPaged = (
export const getLinkedCases = (parentIncidentid) => {
return axios
.get(
BASE_URL +
"/api/endpoint/getlinkedcases_api?parentincidentid=" +
"/api/endpoint/getlinkedcases_api?parentincidentid=" +
parentIncidentid
)
.then((res) => {