Hide loading modal after finding different vehicle
This commit is contained in:
parent
11e4918ca7
commit
bb8ca11d31
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ export default {
|
||||||
await isGlassAvailableForCarId(carFound.carId);
|
await isGlassAvailableForCarId(carFound.carId);
|
||||||
|
|
||||||
// Update button "Continue with..."
|
// Update button "Continue with..."
|
||||||
|
showIssLoadingModal(false);
|
||||||
return this.$refs.siteFooter
|
return this.$refs.siteFooter
|
||||||
// eslint-disable-next-line max-len
|
// eslint-disable-next-line max-len
|
||||||
.updateButtonText(`Continue with ${carFound.year} ${carFound.make} ${carFound.model} ${this.forwardButtonCarStyle}`);
|
.updateButtonText(`Continue with ${carFound.year} ${carFound.make} ${carFound.model} ${this.forwardButtonCarStyle}`);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue