Update vin-lookup.vue

This commit is contained in:
Manjiri Jethe 2023-05-12 18:02:27 +05:30
parent 89510338ec
commit 228f565d2f

View file

@ -152,8 +152,7 @@ export default {
this.bailout=true
}
if(this.bailout){
if(this.bailout){
return this.$router.navigate(
this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
this.$route);