accessibility amends for my portal

This commit is contained in:
2024-02-19 16:53:22 +00:00
parent d09782aa41
commit cb5280b525
12 changed files with 44 additions and 49 deletions
+1 -2
View File
@@ -878,8 +878,7 @@ export const getPortalModuleDetails = (appealType, caseReference) => {
export const getPortalModuleDetailsProxy = (appealType, caseReference) => {
return axios
.get(
BASE_URL +
"/api/endpoint/getportalmoduledetailsproxy_api?appealType=" +
"/api/endpoint/getportalmoduledetailsproxy_api?appealType=" +
appealType +
"&caseReference=" +
caseReference