update Continue button text when license state changes
This commit is contained in:
parent
bb152140ea
commit
fc182b9cb1
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ export default {
|
||||||
this.$refs.siteFooter.updateButtonText(this.getCmsContent('SiteFooterWidget', 'ForwardButtonText'));
|
this.$refs.siteFooter.updateButtonText(this.getCmsContent('SiteFooterWidget', 'ForwardButtonText'));
|
||||||
},
|
},
|
||||||
licenseState() {
|
licenseState() {
|
||||||
|
this.$refs.siteFooter.updateButtonText(this.getCmsContent('SiteFooterWidget', 'ForwardButtonText'));
|
||||||
this.$refs.siteFooter.enableForwardAction();
|
this.$refs.siteFooter.enableForwardAction();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue