From 9ae8744dda49778f97d4c173e3ee2b37e867ac6a Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Tue, 29 Aug 2023 10:20:40 -0400 Subject: [PATCH] Change specific values in CMS --- src/digital-components/text-block/text-block.vue | 1 - src/router/router-constants/navigation-scenarios.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/digital-components/text-block/text-block.vue b/src/digital-components/text-block/text-block.vue index b58ec06c4..f939fc028 100644 --- a/src/digital-components/text-block/text-block.vue +++ b/src/digital-components/text-block/text-block.vue @@ -55,7 +55,6 @@ export default { getRouterLinkDisplayTextFromCopy, getExternalLink, navigateWithScenario(scenarioName) { - console.log(scenarioName); this.$router.navigateWithoutSaving(scenarioName, this.$route); }, }, diff --git a/src/router/router-constants/navigation-scenarios.js b/src/router/router-constants/navigation-scenarios.js index 14afea87b..1b7735e05 100644 --- a/src/router/router-constants/navigation-scenarios.js +++ b/src/router/router-constants/navigation-scenarios.js @@ -26,7 +26,7 @@ const navigationScenarios = { SELECTED_LICENSE_PLATE: "SELECTED_LICENSE_PLATE", SELECTED_HOME_ADDRESS: "SELECTED_HOME_ADDRESS", CLICKED_FORWARD_WITH_NO_QUESTIONS: "CLICKED_FORWARD_WITH_NO_QUESTIONS", - CLICKED_VIN_RETRY: "estimate", + CLICKED_VIN_RETRY: "CLICKED_VIN_RETRY", // Part selection CLICKED_FORWARD_WITH_PART_QUESTIONS: "CLICKED_FORWARD_WITH_PART_QUESTIONS", @@ -42,7 +42,7 @@ const navigationScenarios = { CLICKED_BACK_WITH_NO_VIN_NOR_QUESTIONS: "CLICKED_BACK_WITH_NO_VIN_NOR_QUESTIONS", // Schedule - CLICKED_CHANGE_LOCATION: "service-location", + CLICKED_CHANGE_LOCATION: "CLICKED_CHANGE_LOCATION", // Review CLICKED_VEHICLE_EDIT: "CLICKED_VEHICLE_EDIT",