0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-11 22:41:23 -05:00

Fix project pagas state getter ordering.

This commit is contained in:
Andrey Antukh 2016-03-19 19:09:48 +02:00
parent d988300a4c
commit 289ac74553

View file

@ -69,5 +69,5 @@
[state projectid]
(->> (vals (:pages-by-id state))
(filter #(= projectid (:project %)))
(sort-by :created)))
(sort-by :created-at)))