CSR-635 | Vin not found alert not clearing
Cleared vin not found alert when vin input is changed
This commit is contained in:
parent
f0858b289c
commit
75c11e24e3
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ export default {
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
vin() {
|
vin() {
|
||||||
|
this.vinNotFound = false;
|
||||||
this.$refs.funnelFooter.updateButtonText(
|
this.$refs.funnelFooter.updateButtonText(
|
||||||
this.getCmsContent("FunnelFooterWidget", "ForwardButtonText")
|
this.getCmsContent("FunnelFooterWidget", "ForwardButtonText")
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue