mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Fix wrong timeout in download artboards message
This commit is contained in:
parent
45d55e87eb
commit
46189c0ff1
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@
|
|||
(fn [_]
|
||||
(let [filename (str (:name file) ".pdf")
|
||||
frame-ids (mapv :id frames)]
|
||||
(st/emit! (dm/info (tr "workspace.options.exporting-object")))
|
||||
(st/emit! (dm/info (tr "workspace.options.exporting-object")
|
||||
{:timeout nil}))
|
||||
(->> (rp/query! :export-frames
|
||||
{:name (:name file)
|
||||
:file-id (:id file)
|
||||
|
|
Loading…
Add table
Reference in a new issue