🐛 Log template download failures via console.error (#9363)

This commit is contained in:
Dexterity 2026-05-14 06:40:30 -04:00 committed by GitHub
parent ee714adf5c
commit 8242015395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)))))]