Skip to content

Commit

Permalink
fix(hubspot): Fix auto track for hubspot
Browse files Browse the repository at this point in the history
  • Loading branch information
with-shrey committed Sep 30, 2024
1 parent 4f45508 commit 3e4eca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/hubspot.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ togglbutton.render(
const link = togglbutton.createTimerLink({
className: 'hubspot',
description: descriptionSelector,
autoTrackable: true,
});
const rowContainer = document.createElement('div');
rowContainer.setAttribute('class', 'flex-row align-center');
Expand Down

0 comments on commit 3e4eca6

Please sign in to comment.