From e2d17369bbbba0c8f2859f1306c56d745f68fbde Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 24 Jan 2023 12:07:55 -0500 Subject: [PATCH] Merge code from ISS to FMG. --- src/constants/application-config.js | 1 + src/ux-components/alert/alert.vue | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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) }}