From 349ea961973cbe1238d37621af55800764b34326 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Tue, 13 Jan 2026 10:56:14 -0800 Subject: [PATCH] Revert "Merge pull request #77898 from marufsharifi/fix/workspace-workflow-inconsistency" This reverts commit bf83a7bc3f907d80c4a971cd112fa11f6a384e99, reversing changes made to 6c4d1259cbf4746430ab09f8dbf422e12fb6c638. --- src/libs/actions/App.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,