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:
parent
d988300a4c
commit
289ac74553
1 changed files with 1 additions and 1 deletions
|
@ -69,5 +69,5 @@
|
|||
[state projectid]
|
||||
(->> (vals (:pages-by-id state))
|
||||
(filter #(= projectid (:project %)))
|
||||
(sort-by :created)))
|
||||
(sort-by :created-at)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue