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() {
|
forwardButtonAction() {
|
||||||
switch (this.selectedVinLookupMethod) {
|
switch (this.selectedVinLookupMethod) {
|
||||||
case vinLookupMethodSelections.MANUALVIN:
|
case vinLookupMethodSelections.MANUALVIN:
|
||||||
useMainStore().updateVehicleVin(null);
|
//useMainStore().updateVehicleVin(null);
|
||||||
this.$router.navigate(this.navigationScenarios.SELECTED_MANUAL_VIN, this.$route);
|
this.$router.navigate(this.navigationScenarios.SELECTED_MANUAL_VIN, this.$route);
|
||||||
break;
|
break;
|
||||||
case vinLookupMethodSelections.LICENSEPLATE:
|
case vinLookupMethodSelections.LICENSEPLATE:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue