From a9ee53ce5ef90f0ba6c1df16c464b451979d1170 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 15 Mar 2023 09:53:25 -0400 Subject: [PATCH] Remove vin-scan error when new vin is entered. --- src/layouts/vin-lookup/vin-lookup.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index 926bc785f..92e265ccd 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -472,6 +472,7 @@ export default { watch: { vin() { this.displayVinNotFoundAlert = false; + this.displayVinScanFailedAlert = false; this.$refs.funnelFooter.updateButtonText( this.getCmsContent("FunnelFooterWidget", "ForwardButtonText") );