Merge pull request #732 from Safelite/bug/brydon/SSR-1304
Enabling continue upon state update
This commit is contained in:
commit
f219d5bd38
1 changed files with 3 additions and 0 deletions
|
|
@ -222,6 +222,9 @@ export default {
|
|||
},
|
||||
registrationZipCode() {
|
||||
this.$refs.siteFooter.updateButtonText(this.getCmsContent('SiteFooterWidget', 'ForwardButtonText'));
|
||||
},
|
||||
licenseState() {
|
||||
this.$refs.siteFooter.enableForwardAction();
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue