CSR-1855 pretier

This commit is contained in:
CarlNation 2024-01-09 10:00:51 -05:00
parent 285bad0eb1
commit e056887ca5
3 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@ const globalEvents = {
},
SubCategories: {
PAGE_NOT_FOUND: "PAGE_NOT_FOUND",
UNKNOWN_ERROR: "UNKNOWN_ERROR",
UNKNOWN_ERROR: "UNKNOWN_ERROR",
},
};

View file

@ -78,7 +78,7 @@ export default {
globalEvents.Categories.GLOBAL_ALERT,
globalEvents.SubCategories.UNKNOWN_ERROR
);
if (unknownAlertEvent !== undefined) {
unknownAlertEvent.displayAlert = true;
this.globalAlertMessages.push(unknownAlertEvent);

View file

@ -407,7 +407,6 @@ function GoToFunnelStartOn404(next) {
});
}
async function DisplayPageError() {
// Put item on the bus
eventBus.addEventToBus(