Skip to content

Commit

Permalink
reverted to track
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayadav09 committed May 16, 2024
1 parent 614d389 commit b20c27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OnboardingSPA/steps/TheFork/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
import {
OnboardingEvent,
sendOnboardingEvent,
trackOnboardingEvent,
} from '../../utils/analytics/hiive';
import { ACTION_SITEGEN_FORK_OPTION_SELECTED } from '../../utils/analytics/hiive/constants';
import { store as nfdOnboardingStore } from '../../store';
Expand Down Expand Up @@ -86,7 +87,7 @@ const TheFork = () => {
} else {
window.open( migrationUrl, '_blank' );
}
sendOnboardingEvent(
trackOnboardingEvent(
new OnboardingEvent(
ACTION_SITEGEN_FORK_OPTION_SELECTED,
'MIGRATE'
Expand Down

0 comments on commit b20c27d

Please sign in to comment.