commit
This commit is contained in:
parent
2ba1f71767
commit
12807fb13e
1 changed files with 4 additions and 4 deletions
|
|
@ -57,19 +57,19 @@ const routingTable = function(store) {
|
|||
]
|
||||
},
|
||||
{
|
||||
issPageValue: issPageValue.VEHICLE_DAMAGE,
|
||||
issPageValue: issPageValues.VEHICLE_DAMAGE,
|
||||
maps: [
|
||||
{
|
||||
scenario: navigationScenarios.CLICKED_BACK,
|
||||
destinationIssPageValue: issPageValue.VEHICLE_STYLE,
|
||||
destinationIssPageValue: issPageValues.VEHICLE_STYLE,
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.CLICKED_FORWARD_WITH_VIN,
|
||||
destinationIssPageValue: issPageValue.WELCOME_PAGE,
|
||||
destinationIssPageValue: issPageValues.WELCOME_PAGE,
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.CLICKED_FORWARD_WITHOUT_VIN,
|
||||
destinationIssPageValue: issPageValue.WELCOME_PAGE,
|
||||
destinationIssPageValue: issPageValues.WELCOME_PAGE,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue