diff --git a/src/fmg-components/funnel-footer/funnel-footer.vue b/src/fmg-components/funnel-footer/funnel-footer.vue index e7e9cfc85..c564e7706 100644 --- a/src/fmg-components/funnel-footer/funnel-footer.vue +++ b/src/fmg-components/funnel-footer/funnel-footer.vue @@ -46,6 +46,7 @@ export default { }, data() { return { + paddingHeight: 0, customButtontext: "", }; },