mirror of
https://github.com/penpot/penpot.git
synced 2025-02-26 08:45:34 -05:00
Add missing info message rendering.
This commit is contained in:
parent
563d3e6dd3
commit
7a8e4ef414
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue