Skip to content

Commit 03059b6

Browse files
fix(insights): rename event to "Item Active"
1 parent af49483 commit 03059b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/autocomplete-plugin-algolia-insights/src/createAlgoliaInsightsPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function createAlgoliaInsightsPlugin({
137137
item,
138138
insightsEvents: [
139139
{
140-
eventName: 'Item Highlighted',
140+
eventName: 'Item Active',
141141
...createClickedEvent({ item, items: previousItems.current }),
142142
},
143143
],

0 commit comments

Comments
 (0)