mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Change to penpot file format and fixes
This commit is contained in:
parent
84a7ab8568
commit
7b4603e33e
7 changed files with 77 additions and 51 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
(let [on-file-selected (use-import-file project-id on-finish-import)]
|
||||
[:form.import-file
|
||||
[:& file-uploader {:accept "application/zip"
|
||||
[:& file-uploader {:accept ".penpot"
|
||||
:multi true
|
||||
:ref external-ref
|
||||
:on-selected on-file-selected}]]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue