mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix issue when exporting files
This commit is contained in:
committed by
Andrey Antukh
parent
60e32bbc71
commit
48304bd26f
@@ -82,7 +82,7 @@
|
||||
(mf/deps team-id selected files)
|
||||
(fn []
|
||||
(swap! state* assoc :status :exporting)
|
||||
(->> (fexp/export-files :files files :type type)
|
||||
(->> (fexp/export-files :files files :type selected)
|
||||
(rx/subs!
|
||||
(fn [{:keys [file-id error filename uri] :as result}]
|
||||
(if error
|
||||
|
||||
Reference in New Issue
Block a user