🐛 Fix skipped-tokens warning details show raw HTML tags instead of a bulleted list (#11325)

This commit is contained in:
Luis de Dios 2026-08-25 09:37:54 +02:00 committed by GitHub
parent 52573be074
commit c31236947c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]))))