0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 08:11:30 -05:00

Fix project ordering

This commit is contained in:
Alejandro Gómez 2016-02-17 20:12:21 +01:00
parent 9ede688b6e
commit b131dea579

View file

@ -67,7 +67,7 @@
(reify
rs/UpdateEvent
(-apply-update [_ state]
(assoc-in state [:dashboard :project-ordering] order))
(assoc-in state [:dashboard :project-order] order))
IPrintWithWriter
(-pr-writer [mv writer _]