From 492d3a94da8d8c23c2e505af97729eeb2e2410c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marl=C3=A8ne=20Simondant?= <msimondant@grandlyon.com> Date: Fri, 10 Jan 2025 15:17:18 +0100 Subject: [PATCH] enable html in toastr --- src/app/app.module.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 81d4c9a1a..1e67572be 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -76,9 +76,7 @@ import { StructureJoinComponent } from './structure/structure-join/structure-joi MapModule, CartoModule, BrowserAnimationsModule, - ToastrModule.forRoot({ - enableHtml: true, - }), + ToastrModule.forRoot(), FormViewModule, OrientationModule, ServiceWorkerModule.register('ngsw-worker.js', { -- GitLab