Skip to content

Commit

Permalink
fix tracking category when creating enterprise sharing links
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosikansi committed Jan 27, 2022
1 parent 7e47a0d commit 8ababf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/x-gift-article/src/lib/tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {

createESLink: (link) =>
dispatchEvent({
category: 'enterprise-sharing-link',
category: 'gift-link',
action: 'create',
linkType: 'enterpriseSharingLink',
link
Expand Down

0 comments on commit 8ababf3

Please sign in to comment.