0
Fork 0
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:
Andrey Antukh 2016-04-16 14:09:07 +03:00
parent 563d3e6dd3
commit 7a8e4ef414
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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