mirror of
https://github.com/penpot/penpot.git
synced 2026-03-31 00:29:37 +02:00
🐛 Fix incorrect flows conversion on migration 55
This commit is contained in:
@@ -1057,8 +1057,9 @@
|
||||
(assoc :default-grids (:saved-grids options))
|
||||
|
||||
(and (some? (:flows options))
|
||||
(not (contains? page :flows)))
|
||||
(assoc :flows (:flows options))
|
||||
(or (not (contains? page :flows))
|
||||
(not (map? (:flows page)))))
|
||||
(assoc :flows (d/index-by :id (:flows options)))
|
||||
|
||||
(and (some? (:guides options))
|
||||
(not (contains? page :guides)))
|
||||
|
||||
Reference in New Issue
Block a user