mirror of
https://github.com/penpot/penpot.git
synced 2026-08-25 22:29:03 +00:00
🐛 Fix skipped-tokens warning details show raw HTML tags instead of a bulleted list (#11325)
This commit is contained in:
parent
52573be074
commit
c31236947c
@ -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]))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user