fix to navigation scenario names

This commit is contained in:
Katie Kroell 2023-07-27 17:05:02 -04:00
parent 13ba1e4d9c
commit 0c7ebd4995

View file

@ -356,10 +356,10 @@ export default {
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_SAFELITE,
this.$route);
} else if (store.issConfig.enableTPAFlow) {
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_THIRD_PARTY,
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_TPA_DISABLED,
this.$route);
} else {
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_TPA_DISABLED,
this.$route);
}
}