regenerate description fixes (#13940)

This commit is contained in:
Josh Hawkins
2024-09-24 13:34:29 -05:00
committed by GitHub
parent 7854e1c2c1
commit 1ae521f560
4 changed files with 44 additions and 13 deletions

View File

@@ -398,7 +398,10 @@ export default function SearchView({
Object.keys(searchFilter).length === 0 &&
!searchTerm && (
<div className="scrollbar-container flex size-full flex-col overflow-y-auto">
<ExploreView onSelectSearch={onSelectSearch} />
<ExploreView
searchDetail={searchDetail}
setSearchDetail={setSearchDetail}
/>
</div>
)}
</div>