From cd8dfd1b7ea8204a5c6cb1d3929a93fc8e32e724 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Thu, 5 Jan 2023 09:35:06 -0500 Subject: [PATCH] CSR-1036 | Unable to navigate past estimate page Navigation scenario was undefined in the routing table --- src/router/router-constants/routing-table.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 5bc959d6a..26fd55476 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -267,6 +267,10 @@ const routingTable = function (store) { scenario: navigationScenarios.CLICKED_FORWARD_WITH_CAPABILITY_QUESTIONS, destinationFmgPageValue: fmgPageValues.CAPABILITY_QUESTIONS, }, + { + scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, + destinationFmgPageValue: fmgPageValues.QUOTE, + }, ], }, {