mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix libraries dashboard view
This commit is contained in:
parent
1a831eddc5
commit
18acc7c7c8
2 changed files with 9 additions and 8 deletions
|
@ -46,7 +46,7 @@
|
|||
(dom/set-html-title (tr "title.dashboard.shared-libraries" tname)))))
|
||||
|
||||
(mf/with-effect []
|
||||
(st/emit! (dd/fetch-shared-files)
|
||||
(st/emit! (dd/fetch-shared-files (:id team))
|
||||
(dd/clear-selected-files)))
|
||||
|
||||
(if new-css-system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue