mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Fix project ordering
This commit is contained in:
parent
9ede688b6e
commit
b131dea579
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
(reify
|
(reify
|
||||||
rs/UpdateEvent
|
rs/UpdateEvent
|
||||||
(-apply-update [_ state]
|
(-apply-update [_ state]
|
||||||
(assoc-in state [:dashboard :project-ordering] order))
|
(assoc-in state [:dashboard :project-order] order))
|
||||||
|
|
||||||
IPrintWithWriter
|
IPrintWithWriter
|
||||||
(-pr-writer [mv writer _]
|
(-pr-writer [mv writer _]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue