Skip to content

Commit 25efc73

Browse files
authored
Merge pull request #79504 from Expensify/francois-revert-77898
[CP Staging] Revert #77898 – fix(workspace): resolve workflow inconsistency based on creation flow
2 parents 1340d0d + 349ea96 commit 25efc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/actions/App.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ function savePolicyDraftByNewWorkspace({
531531
makeMeAdmin,
532532
policyName,
533533
policyID,
534-
engagementChoice: introSelected?.choice === CONST.ONBOARDING_CHOICES.PERSONAL_SPEND ? CONST.ONBOARDING_CHOICES.TRACK_WORKSPACE : CONST.ONBOARDING_CHOICES.MANAGE_TEAM,
534+
engagementChoice: CONST.ONBOARDING_CHOICES.MANAGE_TEAM,
535535
currency,
536536
file,
537537
lastUsedPaymentMethod,

0 commit comments

Comments
 (0)