diff --git a/actions/index.js b/actions/index.js index 98a9e518..39f2bff3 100644 --- a/actions/index.js +++ b/actions/index.js @@ -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) => {