reset previously entered car id when no VIN match
This commit is contained in:
parent
fc182b9cb1
commit
9a7d762f34
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue