From a9c9fe5f90651af8dbc83aa4730d32fe58b07542 Mon Sep 17 00:00:00 2001 From: rmroot Date: Mon, 4 Nov 2024 13:25:51 -0600 Subject: [PATCH] merge latest from dev --- src/app/core-components/welcome/welcome.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core-components/welcome/welcome.component.ts b/src/app/core-components/welcome/welcome.component.ts index 89e4ed5..0d4c102 100644 --- a/src/app/core-components/welcome/welcome.component.ts +++ b/src/app/core-components/welcome/welcome.component.ts @@ -134,7 +134,7 @@ export class WelcomeComponent { this.companyIdbService.setSelectedFromGUID(exampleVisit.companyId); this.facilityIdbService.setSelectedFromGUID(exampleVisit.facilityId); this.onSiteVisitIdbService.setSelectedFromGUID(exampleVisit.guid); - this.toastNotificationService.showToast('Cocoa Co. Example Added!', 'Our example company and assessments have been added. You can now explore a completed on-site visit to view the possible impacts of NEBs!', 'bg-success', true); + this.toastNotificationService.showToast('Cocoa Co. Example Added!', 'Our example company and assessments have been added. You can now explore a completed on-site visit to view the possible impacts of NEBs!', 'bg-success', true, false); this.router.navigateByUrl('/setup-wizard/pre-visit/' + exampleVisit.guid); } catch (err) { console.log(err);