Skip to content

Commit

Permalink
Fire calypso_signup_actions_submit_step event for Goals step skip but…
Browse files Browse the repository at this point in the history
…ton (#98067)
  • Loading branch information
candy02058912 authored Jan 8, 2025
1 parent 6192acb commit b6e45a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const GoalsStep: Step = ( { navigation } ) => {
navigation.submit?.( { intent, ...eventProps } );
};

const handleSkip = getStepSubmissionHandler( 'skip', { shouldSkipSubmitTracking: true } );
const handleSkip = getStepSubmissionHandler( 'skip' );
const handleNext = getStepSubmissionHandler( 'next' );

const handleImportClick = () => {
Expand Down

0 comments on commit b6e45a4

Please sign in to comment.