update Continue button text when license state changes

This commit is contained in:
Katie Kroell 2024-06-13 14:02:10 -04:00
parent bb152140ea
commit fc182b9cb1

View file

@ -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();
} }
}, },