mirror of
https://github.com/penpot/penpot.git
synced 2025-07-29 05:37:24 +02:00
🐛 Fix set project on binary file import
This commit is contained in:
parent
602cead4ae
commit
37e9adc6b6
2 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue