SSR-429
SSR-429
This commit is contained in:
parent
a233f571d8
commit
ebc5ca2fa3
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ const navigationScenarios = {
|
|||
|
||||
CLICKED_FORWARD_WITH_REVIEW:"CLICKED_FORWARD_WITH_REVIEW",
|
||||
|
||||
CLICKED_FORWARD_WITH_TPA_SUBMIT:"CLICKED_FORWARD_WITH_TPA_SUBMIT",
|
||||
CLICKED_FORWARD_WITH_TPA_SUBMIT:"CLICKED_FORWARD_TPA_SUBMIT",
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -516,7 +516,7 @@ const routingTable = function(store) {
|
|||
destinationIssPageValue: issPageValues.TPA_SEARCH
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.CLICKED_FORWARD_WITH_TPA_SUBMIT,
|
||||
scenario: navigationScenarios.CLICKED_FORWARD_TPA_SUBMIT,
|
||||
destinationIssPageValue: issPageValues.TPA_CONFIRMATION,
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue