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