Merge pull request #732 from Safelite/bug/brydon/SSR-1304

Enabling continue upon state update
This commit is contained in:
michaela-brydon-safelite 2024-06-04 11:32:49 -04:00 committed by GitHub
commit f219d5bd38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,6 +222,9 @@ export default {
},
registrationZipCode() {
this.$refs.siteFooter.updateButtonText(this.getCmsContent('SiteFooterWidget', 'ForwardButtonText'));
},
licenseState() {
this.$refs.siteFooter.enableForwardAction();
}
},
mounted() {