We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e63b0 commit 349ea96Copy full SHA for 349ea96
src/libs/actions/App.ts
@@ -531,7 +531,7 @@ function savePolicyDraftByNewWorkspace({
531
makeMeAdmin,
532
policyName,
533
policyID,
534
- engagementChoice: introSelected?.choice === CONST.ONBOARDING_CHOICES.PERSONAL_SPEND ? CONST.ONBOARDING_CHOICES.TRACK_WORKSPACE : CONST.ONBOARDING_CHOICES.MANAGE_TEAM,
+ engagementChoice: CONST.ONBOARDING_CHOICES.MANAGE_TEAM,
535
currency,
536
file,
537
lastUsedPaymentMethod,
0 commit comments