mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 01:31:22 -05:00
🐛 Fix previous migration.
This commit is contained in:
parent
f29d54ad0d
commit
768216d9bc
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@
|
|||
(filterv (fn [id] (contains? objects id)) shapes)))
|
||||
shape))
|
||||
|
||||
(update-page [id {:keys [objects] :as page}]
|
||||
(d/mapm (partial update-object objects) objects))]
|
||||
(update-page [_ page]
|
||||
(update page :objects #(d/mapm (partial update-object %) %)))]
|
||||
|
||||
(update data :pages-index #(d/mapm update-page %))))
|
||||
|
|
Loading…
Add table
Reference in a new issue