diff --git a/src/layouts/vehicle-lookup/vehicle-lookup.vue b/src/layouts/vehicle-lookup/vehicle-lookup.vue index f2ebe6d0..9ca795bb 100644 --- a/src/layouts/vehicle-lookup/vehicle-lookup.vue +++ b/src/layouts/vehicle-lookup/vehicle-lookup.vue @@ -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: