0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

🐛 Fix outdated notifications map

This commit is contained in:
Florian Schroedl 2024-10-21 16:03:19 +02:00
parent 03ea5414be
commit 7debdefa22

View file

@ -299,8 +299,8 @@
(fn [err]
(let [{:keys [user-error]} (ex-data err)]
(st/emit! (ntf/show {:content user-error
:notification-type :toast
:type :warning
:type :toast
:level :warning
:timeout 3000}))))))
(set! (.-value (mf/ref-val input-ref)) "")))
on-export (fn []