0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 18:48:37 -05:00

Fix bugs introduced in previous commits.

This commit is contained in:
Andrey Antukh 2016-05-23 17:59:04 +03:00
parent bf5c68a58b
commit 4237f3a04e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -130,8 +130,7 @@
builtin? (= (:collection-type dashboard) :builtin)
collections (if builtin?
(vals library/+image-collections-by-id+)
(rum/react collections-by-id-l))
(vals (rum/react collections-by-id-l)))
show-builtin #(rs/emit! (di/set-collection-type :builtin))
show-own #(rs/emit! (di/set-collection-type :own))
new-coll #(rs/emit! (di/create-collection))