diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue index 8afcd8428..8cb17673b 100644 --- a/src/layouts/customer-details/customer-details.vue +++ b/src/layouts/customer-details/customer-details.vue @@ -103,7 +103,7 @@ export default { name: "customer-details", async beforeRouteEnter(to, from, next) { // Call APIs - const cmsContentPromise = fetchCmsContentForPage(to.namezzz); + const cmsContentPromise = fetchCmsContentForPage(to.name); // Settle promises and get results const promiseResultMap = [