fix: hide entity explorer search (#8610)

This commit is contained in:
Rishabh Saxena 2021-10-20 10:15:23 +05:30 committed by GitHub
parent c45de57ab8
commit 3ba3aed30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ function EntityExplorer(props: IPanelProps) {
return ( return (
<Wrapper ref={explorerRef}> <Wrapper ref={explorerRef}>
<Search clear={clearSearch} ref={searchInputRef} /> <Search clear={clearSearch} isHidden ref={searchInputRef} />
<ExplorerPageGroup <ExplorerPageGroup
actions={actions} actions={actions}
datasources={datasources} datasources={datasources}