CSR-635 | Vin not found alert not clearing

Cleared vin not found alert when vin input is changed
This commit is contained in:
Scott Kiener 2022-05-19 16:35:31 -04:00
parent f0858b289c
commit 75c11e24e3

View file

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