0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-16 00:41:25 -05:00

Fix project filtering in dashboard.

This commit is contained in:
Andrey Antukh 2016-04-13 20:13:05 +03:00
parent 6d2cd7da59
commit e40632cca6
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -108,7 +108,8 @@
(letfn [(on-term-change [event]
(-> (dom/get-target event)
(dom/get-value)
(dd/set-project-filtering)))
(dd/set-project-filtering)
(rs/emit!)))
(on-clear [event]
(rs/emit! (dd/clear-project-filtering)))]
(html