mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 05:56:10 +02:00
💄 Refactor clear selected files
This commit is contained in:
parent
c2332331ce
commit
4b2a4c8fa3
7 changed files with 26 additions and 28 deletions
|
@ -94,7 +94,8 @@
|
|||
(mf/use-effect
|
||||
(mf/deps (:id project))
|
||||
(fn []
|
||||
(st/emit! (dd/fetch-files {:project-id (:id project)}))))
|
||||
(st/emit! (dd/fetch-files {:project-id (:id project)})
|
||||
(dd/clear-selected-files))))
|
||||
|
||||
[:*
|
||||
[:& header {:team team :project project}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue