Merge pull request #490 from Safelite/feature/CSR-635

CSR-635 | Vin not found alert not clearing
This commit is contained in:
scottkiener 2022-05-19 16:40:22 -04:00 committed by GitHub
commit 2638dea11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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