mirror of
https://github.com/penpot/penpot.git
synced 2026-02-26 14:23:40 +00:00
🐛 Fix error getting file library
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user