From 005631b038e65d56e96fde74f48865eecc232200 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 8 Apr 2021 20:53:39 -0400 Subject: [PATCH] Fix html notif bug. Fixes #254 --- src/shared/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/utils.ts b/src/shared/utils.ts index 919ade5..5186028 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -591,6 +591,7 @@ export function messageToastify(info: NotifyInfo, router: any) { gravity: "top", position: "right", duration: 5000, + escapeMarkup: false, onClick: () => { if (toast) { toast.hideToast(); -- 2.44.1