diff --git a/src/libs/actions/App.ts b/src/libs/actions/App.ts index bee93d1613e84..25fb574c8aa35 100644 --- a/src/libs/actions/App.ts +++ b/src/libs/actions/App.ts @@ -531,7 +531,7 @@ function savePolicyDraftByNewWorkspace({ makeMeAdmin, policyName, policyID, - engagementChoice: introSelected?.choice === CONST.ONBOARDING_CHOICES.PERSONAL_SPEND ? CONST.ONBOARDING_CHOICES.TRACK_WORKSPACE : CONST.ONBOARDING_CHOICES.MANAGE_TEAM, + engagementChoice: CONST.ONBOARDING_CHOICES.MANAGE_TEAM, currency, file, lastUsedPaymentMethod,