From e056887ca51a84743f51a3064a2dd147a6cec4b9 Mon Sep 17 00:00:00 2001 From: CarlNation <32103961+CarlNation@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:00:51 -0500 Subject: [PATCH] CSR-1855 pretier --- src/constants/events.js | 2 +- src/fmg-components/funnel-header/funnel-header.vue | 2 +- src/router/index.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/constants/events.js b/src/constants/events.js index e3b1a88a1..892c62b0c 100644 --- a/src/constants/events.js +++ b/src/constants/events.js @@ -4,7 +4,7 @@ const globalEvents = { }, SubCategories: { PAGE_NOT_FOUND: "PAGE_NOT_FOUND", - UNKNOWN_ERROR: "UNKNOWN_ERROR", + UNKNOWN_ERROR: "UNKNOWN_ERROR", }, }; diff --git a/src/fmg-components/funnel-header/funnel-header.vue b/src/fmg-components/funnel-header/funnel-header.vue index 19b935223..24e12d549 100644 --- a/src/fmg-components/funnel-header/funnel-header.vue +++ b/src/fmg-components/funnel-header/funnel-header.vue @@ -78,7 +78,7 @@ export default { globalEvents.Categories.GLOBAL_ALERT, globalEvents.SubCategories.UNKNOWN_ERROR ); - + if (unknownAlertEvent !== undefined) { unknownAlertEvent.displayAlert = true; this.globalAlertMessages.push(unknownAlertEvent); diff --git a/src/router/index.js b/src/router/index.js index 1965ef790..8c5c83b4c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -407,7 +407,6 @@ function GoToFunnelStartOn404(next) { }); } - async function DisplayPageError() { // Put item on the bus eventBus.addEventToBus(