Skip to content

Commit

Permalink
merge latest from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rmroot committed Nov 4, 2024
1 parent 6bd8d5a commit a9c9fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core-components/welcome/welcome.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a9c9fe5

Please sign in to comment.