mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🐛 Fix problem with dismiss fonts
This commit is contained in:
parent
db7ed75a91
commit
dd69762b31
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
(mf/use-fn
|
||||
(mf/deps fonts)
|
||||
(fn [_]
|
||||
(run! on-delete (vals fonts))))]
|
||||
(run! #(swap! fonts* dissoc (:id %)) (vals fonts))))]
|
||||
|
||||
[:div {:class (stl/css :dashboard-fonts-upload)}
|
||||
[:div {:class (stl/css :dashboard-fonts-hero)}
|
||||
|
|
Loading…
Reference in a new issue