Commit a7cb8dd7 authored by Fabien Manière's avatar Fabien Manière

fix a forgotten param

parent 1f6db187
...@@ -81,6 +81,7 @@ treeSearchCpt = here.component "treeSearch" cpt where ...@@ -81,6 +81,7 @@ treeSearchCpt = here.component "treeSearch" cpt where
, type: "value" , type: "value"
, defaultValue: "" , defaultValue: ""
, placeholder: "Search..." , placeholder: "Search..."
, required: true
} }
, treeSearchState {visible, query, sessions: sessions'} ] , treeSearchState {visible, query, sessions: sessions'} ]
where where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment