Skip to content

Commit

Permalink
[#3925] Add version of webform to emitted event
Browse files Browse the repository at this point in the history
  • Loading branch information
muloem committed Aug 8, 2022
1 parent da02b6a commit b40e2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dashboard/app/js/lib/components/forms/form-share/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class WebFormShare extends React.Component {
this.setState({ copyButtonV2Text: 'Copied!'});
}
setTimeout(() => { this.setState({ copyButtonText: 'Copy link', copyButtonV2Text: 'Copy link'}) }, 900);
trackEvent(SURVEY_TAB, 'Webform URL copied');
trackEvent(SURVEY_TAB, 'Webform URL copied', event.target.id);
};

openModal = () => {
Expand Down

0 comments on commit b40e2f2

Please sign in to comment.