Addressing SidebarSearchModal suggestions in PR

Signed-off-by: Joshua Jung <joshua.p.jung@gmail.com>
This commit is contained in:
Joshua Jung
2024-09-06 17:39:21 -05:00
parent 950534e5b5
commit c429c92eff
6 changed files with 41 additions and 38 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => {
return <SidebarPage>
<Sidebar>
...
<SidebarSearchModal searchResultChildren={[
<SidebarSearchModal resultItemComponents={[
/* Provide a custom Extension search item renderer */
<CustomSearchResultListItem icon={<CatalogIcon />} />,
/* Provide an existing search item renderer */