From 5c5b18569bf70347f153cce92175bf66165c0d60 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 7 Sep 2023 14:29:15 -0600 Subject: [PATCH] Merge pull request #26984 from Expensify/cristi_default-scan-tab [CP_Staging] Default to Scan as the selectedTab (cherry picked from commit 931fd16b29f0902b4153a062dfd1356e24836259) --- src/pages/iou/MoneyRequestSelectorPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/iou/MoneyRequestSelectorPage.js b/src/pages/iou/MoneyRequestSelectorPage.js index 2a2f3674cdfd..8ad29600646a 100644 --- a/src/pages/iou/MoneyRequestSelectorPage.js +++ b/src/pages/iou/MoneyRequestSelectorPage.js @@ -43,7 +43,7 @@ const propTypes = { }; const defaultProps = { - selectedTab: CONST.TAB.MANUAL, + selectedTab: CONST.TAB.SCAN, report: {}, }; @@ -82,6 +82,7 @@ function MoneyRequestSelectorPage(props) { {iouType === CONST.IOU.MONEY_REQUEST_TYPE.REQUEST ? ( (