mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 00:56:41 +02:00
🐛 Fix bringing complete file data when launching the export dialog
This commit is contained in:
parent
ecfc20f514
commit
1bb83b3019
6 changed files with 59 additions and 10 deletions
|
@ -115,7 +115,7 @@
|
|||
|
||||
(format-response [response request]
|
||||
(let [body (yrs/body response)]
|
||||
(if (coll? body)
|
||||
(if (or (boolean? body) (coll? body))
|
||||
(let [qs (yrq/query request)
|
||||
opts (if (or (contains? cf/flags :transit-readable-response)
|
||||
(str/includes? qs "transit_verbose"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue