From 1cbf2435433e06922745fdec1b4978cf24f62ed9 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Thu, 18 Jul 2024 11:03:08 -0400 Subject: [PATCH] Adding consts to data --- src/layouts/service-location/service-location.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 0bf33501..98f28e45 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -246,7 +246,10 @@ export default { mobileFeePart: null, mobileProviderNumber: null, zipContainsMilitaryBase: false, - zipCodeCtu: null + zipCodeCtu: null, + SHOP_QUESTION_REF_NAME, + RECAL_MODAL_REF_NAME, + SITE_FOOTER_REF_NAME }; }, computed: {