Skip to content

Commit 24b4e95

Browse files
thienlnamOSBotify
authored andcommitted
Merge pull request #79504 from Expensify/francois-revert-77898
[CP Staging] Revert #77898 – fix(workspace): resolve workflow inconsistency based on creation flow (cherry picked from commit 25efc73) (cherry-picked to staging by francoisl)
1 parent 4776a56 commit 24b4e95

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)