diff --git a/frontend/src/app/main/ui/notifications.cljs b/frontend/src/app/main/ui/notifications.cljs index 47c038f835..a7cead63cc 100644 --- a/frontend/src/app/main/ui/notifications.cljs +++ b/frontend/src/app/main/ui/notifications.cljs @@ -35,6 +35,7 @@ [:> toast* {:level (or (:level notification) :info) :type (:type notification) + :is-html (:is-html notification) :detail (:detail notification) :on-close on-close} content] @@ -57,5 +58,6 @@ [:> toast* {:level (or (:level notification) :info) :type (:type notification) + :is-html (:is-html notification) :detail (:detail notification) :on-close on-close} content]))))