From b6e45a4b410dd39450a1f1c8536b4d258228c5e0 Mon Sep 17 00:00:00 2001 From: Candy Tsai Date: Wed, 8 Jan 2025 16:10:07 +0800 Subject: [PATCH] Fire calypso_signup_actions_submit_step event for Goals step skip button (#98067) --- .../declarative-flow/internals/steps-repository/goals/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/goals/index.tsx b/client/landing/stepper/declarative-flow/internals/steps-repository/goals/index.tsx index a599da142db0da..a5be9cea48df1c 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/goals/index.tsx +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/goals/index.tsx @@ -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 = () => {