diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index 4b662ff26..a09aa9cd2 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -30,10 +30,10 @@ @@ -106,11 +106,6 @@ export default { this.$emit("BackClicked"); }, }, - watch: { - isForwardActionDisabled(newValue) { - this.customButtontext = !newValue ? 'Continue with VIN YMM' : ''; - } - }, };