🐛 Fix project files count not refreshing correctly after import

This commit is contained in:
alonso.torres 2021-11-08 17:12:19 +01:00 committed by Andrés Moya
parent af10cf71db
commit 022d32cd44
5 changed files with 18 additions and 10 deletions

View file

@ -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]