SSR-429
This commit is contained in:
Jethe 2023-04-24 19:08:54 +05:30
parent a233f571d8
commit ebc5ca2fa3
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ const navigationScenarios = {
CLICKED_FORWARD_WITH_REVIEW:"CLICKED_FORWARD_WITH_REVIEW", 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",
}; };

View file

@ -516,7 +516,7 @@ const routingTable = function(store) {
destinationIssPageValue: issPageValues.TPA_SEARCH destinationIssPageValue: issPageValues.TPA_SEARCH
}, },
{ {
scenario: navigationScenarios.CLICKED_FORWARD_WITH_TPA_SUBMIT, scenario: navigationScenarios.CLICKED_FORWARD_TPA_SUBMIT,
destinationIssPageValue: issPageValues.TPA_CONFIRMATION, destinationIssPageValue: issPageValues.TPA_CONFIRMATION,
}, },
] ]