mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 03:38:18 +00:00
🐛 Fix error getting file library
This commit is contained in:
parent
bea3699451
commit
5a5222a97a
@ -75,7 +75,8 @@
|
||||
[state]
|
||||
(let [{:keys [id] :as local} (:workspace-data state)]
|
||||
(-> (:workspace-libraries state)
|
||||
(assoc id local))))
|
||||
(assoc id {:id id
|
||||
:data local}))))
|
||||
|
||||
(defn pretty-file
|
||||
[file-id state]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user