Skip to content

Commit

Permalink
fix rename onClick to onSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Feb 23, 2024
1 parent d4c65ae commit 6a21307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content-search/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const ContentSearch = ({
{RenderItemComponent ? (
<RenderItemComponent
item={item}
onClick={selectItem}
onSelect={selectItem}
searchTerm={searchString}
contentTypes={contentTypes}
isSelected={isSelected}
Expand Down

0 comments on commit 6a21307

Please sign in to comment.