Hide loading modal after finding different vehicle

This commit is contained in:
Alex Humphries 2026-01-26 14:56:33 -05:00
parent 11e4918ca7
commit bb8ca11d31

View file

@ -289,6 +289,7 @@ export default {
await isGlassAvailableForCarId(carFound.carId);
// Update button "Continue with..."
showIssLoadingModal(false);
return this.$refs.siteFooter
// eslint-disable-next-line max-len
.updateButtonText(`Continue with ${carFound.year} ${carFound.make} ${carFound.model} ${this.forwardButtonCarStyle}`);