Enabling continue upon state update

This commit is contained in:
Michaela Brydon 2024-06-04 09:31:07 -04:00
parent 14ed11a4f2
commit 72e86b3cdd

View file

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