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:
parent
03ea5414be
commit
7debdefa22
1 changed files with 2 additions and 2 deletions
|
@ -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 []
|
||||
|
|
Loading…
Add table
Reference in a new issue