🐛 Fix set project on binary file import

This commit is contained in:
Alejandro Alonso 2022-07-08 06:37:13 +02:00
parent 602cead4ae
commit 37e9adc6b6
2 changed files with 8 additions and 9 deletions

View file

@ -604,7 +604,8 @@
:response-type :blob
:method :get})
(rx/map :body)
(rx/mapcat #(rp/command! :import-binfile {:file %}))
(rx/mapcat #(rp/command! :import-binfile {:file %
:project-id project-id}))
(rx/map
(fn [_]
{:status :import-finish