Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 84143a7

Browse files
committed
ToastrMessage: Update config to enable HTML
Resolves #834
1 parent ed63533 commit 84143a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/app/shared/shared.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ const busyConfig: BusyConfig = {
7979
timeOut: 3000,
8080
positionClass: 'toast-bottom-right',
8181
preventDuplicates: true,
82-
maxOpened: 6
82+
maxOpened: 6,
83+
enableHtml: true
8384
}),
8485
],
8586
declarations: [

0 commit comments

Comments
 (0)