Change to penpot file format and fixes

This commit is contained in:
alonso.torres 2021-06-17 10:59:25 +02:00 committed by Andrés Moya
parent 84a7ab8568
commit 7b4603e33e
7 changed files with 77 additions and 51 deletions

View file

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