Commit 69475f87 authored by Joseph Izang's avatar Joseph Izang

fix controlled input error for search

parent ac293500
......@@ -49,6 +49,7 @@ function RootView ({ pluginComponent, children }: RootViewProps) {
onChange={(event) => {
setFilterPlugin(event.target.value.toLowerCase())
}}
value={filterPlugins}
className="form-control"
placeholder="Search"
data-id="pluginManagerComponentSearchInput"
......
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