mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
Add missing info message rendering.
This commit is contained in:
parent
563d3e6dd3
commit
7a8e4ef414
@ -80,6 +80,7 @@
|
||||
(let [message (rum/react message-l)]
|
||||
(case (:type message)
|
||||
:error (notification-box message)
|
||||
:info (notification-box message)
|
||||
:dialog (dialog-box message)
|
||||
nil)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user