mirror of
https://github.com/penpot/penpot.git
synced 2026-05-14 20:43:55 +00:00
🐛 Log template download failures via console.error (#9363)
This commit is contained in:
parent
ee714adf5c
commit
8242015395
@ -42,7 +42,7 @@
|
||||
(rx/subs! (fn [{:keys [body] :as response}]
|
||||
(open-import-modal {:name name :uri (wapi/create-uri body)}))
|
||||
(fn [error]
|
||||
(js/console.log "error" error))
|
||||
(js/console.error "error" error))
|
||||
(fn []
|
||||
(reset! downloading? false)))))]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user