Remove vin-scan error when new vin is entered.

This commit is contained in:
Chloe Herd 2023-03-15 09:53:25 -04:00
parent 36004d9677
commit a9ee53ce5e

View file

@ -472,6 +472,7 @@ export default {
watch: {
vin() {
this.displayVinNotFoundAlert = false;
this.displayVinScanFailedAlert = false;
this.$refs.funnelFooter.updateButtonText(
this.getCmsContent("FunnelFooterWidget", "ForwardButtonText")
);