Remove vin-scan error when new vin is entered.
This commit is contained in:
parent
36004d9677
commit
a9ee53ce5e
1 changed files with 1 additions and 0 deletions
|
|
@ -472,6 +472,7 @@ export default {
|
||||||
watch: {
|
watch: {
|
||||||
vin() {
|
vin() {
|
||||||
this.displayVinNotFoundAlert = false;
|
this.displayVinNotFoundAlert = false;
|
||||||
|
this.displayVinScanFailedAlert = false;
|
||||||
this.$refs.funnelFooter.updateButtonText(
|
this.$refs.funnelFooter.updateButtonText(
|
||||||
this.getCmsContent("FunnelFooterWidget", "ForwardButtonText")
|
this.getCmsContent("FunnelFooterWidget", "ForwardButtonText")
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue