mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 01:57:23 +02:00
🐛 Fix project files count not refreshing correctly after import
This commit is contained in:
parent
af10cf71db
commit
022d32cd44
5 changed files with 18 additions and 10 deletions
|
@ -356,7 +356,9 @@
|
|||
|
||||
on-finish-import
|
||||
(fn []
|
||||
(st/emit! (dd/fetch-recent-files)))
|
||||
(st/emit! (dd/fetch-files {:project-id project-id})
|
||||
(dd/fetch-recent-files)
|
||||
(dd/clear-selected-files)))
|
||||
|
||||
open-import-modal
|
||||
(fn [file]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue