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:
parent
bf5c68a58b
commit
4237f3a04e
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue