diff --git a/src/constants/application-config.js b/src/constants/application-config.js index 8f12760fc..16b9d85fc 100644 --- a/src/constants/application-config.js +++ b/src/constants/application-config.js @@ -7,6 +7,7 @@ const applicationConfig = { CURRENT_ENVIRONMENT: process.env.VUE_APP_CURRENT_ENVIRONMENT, // "Localhost", "Dev", "QA", and "Prod" APPLICATION_NAME: "FixMyGlass", APPLICATION_ABBREVIATION: "fmg", + APPLICATION_QUERYSTRING: 'fmgPage', SITE_ENTRY_TRIGGER_VALUE: "FixMyGlass", CASH_ACCOUNT_NUMBER: 167132, }; diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index ca5ea7f45..6d06c0334 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -19,7 +19,7 @@ {{ getLinkDisplayTextFromCopy(copy) }}