temporary change to allow coverage-statement content to load
This commit is contained in:
parent
618c7c0ef2
commit
af577f2445
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export default {
|
|||
forwardButtonAction() {
|
||||
switch (this.selectedVinLookupMethod) {
|
||||
case vinLookupMethodSelections.MANUALVIN:
|
||||
useMainStore().updateVehicleVin(null);
|
||||
//useMainStore().updateVehicleVin(null);
|
||||
this.$router.navigate(this.navigationScenarios.SELECTED_MANUAL_VIN, this.$route);
|
||||
break;
|
||||
case vinLookupMethodSelections.LICENSEPLATE:
|
||||
|
|
|
|||
Loading…
Reference in a new issue