temporary change to allow coverage-statement content to load

This commit is contained in:
Katie Kroell 2023-07-12 17:16:59 -04:00
parent 618c7c0ef2
commit af577f2445

View file

@ -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: