CSR-1036 | Unable to navigate past estimate page

Navigation scenario was undefined in the routing table
This commit is contained in:
Scott Kiener 2023-01-05 09:35:06 -05:00
parent 3905ef23d3
commit cd8dfd1b7e

View file

@ -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,
},
],
},
{