mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 03:53:51 +00:00
🐛 Fix bug on uploading image.
This commit is contained in:
parent
f491cf25fc
commit
88d287bac0
@ -99,7 +99,7 @@
|
||||
[{:keys [name path] :as upload}]
|
||||
(let [filename (fs/name name)
|
||||
storage media/images-storage]
|
||||
(-> (ds/save storage filename path)
|
||||
(-> (ds/save storage filename (fs/path path))
|
||||
(su/handle-on-context))))
|
||||
|
||||
(def sql:create-image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user