mirror of
https://github.com/penpot/penpot.git
synced 2026-08-23 13:18:36 +00:00
🐛 Fix missing zip export on tempfile types (#11292)
This commit is contained in:
parent
c378ec9218
commit
a91c796b0e
@ -23,7 +23,7 @@
|
|||||||
"image/svg+xml"})
|
"image/svg+xml"})
|
||||||
|
|
||||||
(def tempfile-types
|
(def tempfile-types
|
||||||
(conj image-types "application/pdf"))
|
(conj image-types "application/pdf" "application/zip"))
|
||||||
|
|
||||||
(defn format->extension
|
(defn format->extension
|
||||||
[format]
|
[format]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user