reset previously entered car id when no VIN match

This commit is contained in:
Katie Kroell 2024-06-13 14:54:16 -04:00
parent fc182b9cb1
commit 9a7d762f34

View file

@ -273,6 +273,7 @@ export default {
// No VIN found
if (resultMap.vinLookupResponse.error) {
this.displayVinNotFoundAlert = true;
this.previouslyEnteredCarId = null;
this.$refs.siteFooter.disableForwardButton();
return this.$refs.siteFooter.removeLoader();
}