diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index 1145a49cd..4f76138e5 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -1027,7 +1027,7 @@ export default { name: "OtherStandardDetails", params: { id: data.id, - pageType: data.standType, + pageType: data.standType === 'INLAND' ? 'INLAND_STAND' : data.standType, } }); window.open(routeUrl.href, "_blank");