mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
Fix project pagas state getter ordering.
This commit is contained in:
parent
d988300a4c
commit
289ac74553
@ -69,5 +69,5 @@
|
||||
[state projectid]
|
||||
(->> (vals (:pages-by-id state))
|
||||
(filter #(= projectid (:project %)))
|
||||
(sort-by :created)))
|
||||
(sort-by :created-at)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user