From 8d56175f2656aa76363e842689d28bda1c184623 Mon Sep 17 00:00:00 2001 From: Cristi Paval Date: Thu, 7 Sep 2023 22:36:12 +0300 Subject: [PATCH] Default to Scan as the selectedTab --- 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 ? ( (