mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 08:36:11 +02:00
✨ Changed export modal progress
This commit is contained in:
parent
60009476d6
commit
84cf63d1ba
7 changed files with 132 additions and 60 deletions
|
@ -171,7 +171,8 @@
|
|||
(modal/show
|
||||
{:type :export
|
||||
:team-id current-team-id
|
||||
:files (->> files (mapv :id))})))))))]
|
||||
:has-libraries? (->> files (some :has-libraries?))
|
||||
:files files})))))))]
|
||||
|
||||
(mf/use-effect
|
||||
(fn []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue