Skip to content

Commit

Permalink
fix(insights): rename event to "Item Active"
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Feb 1, 2021
1 parent af49483 commit 03059b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function createAlgoliaInsightsPlugin({
item,
insightsEvents: [
{
eventName: 'Item Highlighted',
eventName: 'Item Active',
...createClickedEvent({ item, items: previousItems.current }),
},
],
Expand Down

0 comments on commit 03059b6

Please sign in to comment.