From 46189c0ff17e191e63912c81081a2621d70cdb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Mon, 13 Sep 2021 10:45:55 +0200 Subject: [PATCH] :bug: Fix wrong timeout in download artboards message --- frontend/src/app/main/ui/workspace/header.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/header.cljs b/frontend/src/app/main/ui/workspace/header.cljs index b50b681b28..5b817509f7 100644 --- a/frontend/src/app/main/ui/workspace/header.cljs +++ b/frontend/src/app/main/ui/workspace/header.cljs @@ -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)