mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 18:47:15 +02:00
🔥 review changes
This commit is contained in:
parent
d1f9e63a13
commit
be9c9f8ce8
2 changed files with 3 additions and 3 deletions
|
@ -279,7 +279,7 @@
|
|||
(update [this state]
|
||||
(-> state
|
||||
(update :files assoc (:id data) data)
|
||||
(update :recent-files update (:project-id data) conj data)))))
|
||||
(update-in [:recent-files (:project-id data)] conj data)))))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue