Requested changes for forward action

Requested changes for forward action
This commit is contained in:
Jethe 2023-04-24 20:15:13 +05:30
parent 1d1d6fb0ce
commit 7b94cb86b9
3 changed files with 2 additions and 3 deletions

View file

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

View file

@ -47,7 +47,6 @@ const navigationScenarios = {
CLICKED_FORWARD_WITH_REVIEW:"CLICKED_FORWARD_WITH_REVIEW",
CLICKED_FORWARD_TPA_SUBMIT:"CLICKED_FORWARD_TPA_SUBMIT",
};

View file

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