Fix html notif bug. Fixes #254
This commit is contained in:
parent
16d81ec090
commit
005631b038
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ export function messageToastify(info: NotifyInfo, router: any) {
|
||||||
gravity: "top",
|
gravity: "top",
|
||||||
position: "right",
|
position: "right",
|
||||||
duration: 5000,
|
duration: 5000,
|
||||||
|
escapeMarkup: false,
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
if (toast) {
|
if (toast) {
|
||||||
toast.hideToast();
|
toast.hideToast();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue