Updated back route to default to welcome page.
This commit is contained in:
parent
d8c77690fd
commit
a9a1691070
1 changed files with 1 additions and 1 deletions
|
|
@ -776,7 +776,7 @@ const routingTable = () => [
|
|||
maps: [
|
||||
{
|
||||
scenario: navigationScenarios.CLICKED_BACK,
|
||||
destinationIssPageValue: issPageValues.POLICY_VEHICLES
|
||||
destinationIssPageValue: issPageValues.WELCOME_PAGE
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.CLICKED_FORWARD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue