From 4a3a216cbe771a0e70c39b6a9c5e448bd192a810 Mon Sep 17 00:00:00 2001 From: sheena Date: Wed, 31 May 2023 19:35:54 +0530 Subject: [PATCH] Update funnel-footer.vue --- src/fmg-components/funnel-footer/funnel-footer.vue | 1 + 1 file changed, 1 insertion(+) 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: "", }; },