Removed the CLICKED_FORWARD_TPA_CONFIRMATION
This commit is contained in:
sheena 2023-04-25 17:18:26 +05:30
parent bae0030733
commit 6d38d231e5
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ export default {
navigateForward() { navigateForward() {
this.$router.navigate( this.$router.navigate(
this.navigationScenarios.CLICKED_FORWARD_TPA_CONFIRMATION, this.navigationScenarios.CLICKED_FORWARD,
this.$route this.$route
); );
}, },

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_TPA_CONFIRMATION:"CLICKED_FORWARD_TPA_CONFIRMATION",
}; };

View file

@ -514,7 +514,7 @@ const routingTable = function(store) {
maps: [ maps: [
{ {
scenario: navigationScenarios.CLICKED_FORWARD_TPA_CONFIRMATION, scenario: navigationScenarios.CLICKED_FORWARD,
destinationIssPageValue: issPageValues.WELCOME_PAGE destinationIssPageValue: issPageValues.WELCOME_PAGE
}, },