Skip to content

Commit

Permalink
fix: Rename event from 'open_related_tables' to 'openRelatedTables'
Browse files Browse the repository at this point in the history
  • Loading branch information
sasamuku committed Dec 20, 2024
1 parent f9dc85e commit 9eab8e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const openRelatedTablesLogEvent = ({
tableId,
}: OpenRelatedTablesLogEvent) => {
pushToDataLayer({
event: 'open_related_tables',
event: 'openRelatedTables',
tableId,
})
}

0 comments on commit 9eab8e0

Please sign in to comment.