From 20ca9e7d6a393e839eb8c75521fc4cc0217f792e Mon Sep 17 00:00:00 2001 From: sheena Date: Fri, 12 May 2023 13:57:59 +0530 Subject: [PATCH] SSR-452 Updated the Back Button of vehicle damage page --- src/router/router-constants/routing-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index f57b253b..bed33fe6 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -74,7 +74,7 @@ const routingTable = function(store) { maps: [ { scenario: navigationScenarios.CLICKED_BACK, - destinationIssPageValue: issPageValues.VEHICLE_STYLE + destinationIssPageValue: issPageValues.VEHICLE_SELECTION }, { scenario: navigationScenarios.CLICKED_FORWARD_WITH_REPAIR,