@@ -65,13 +65,13 @@ function navigateToQuickAction(params: NavigateToQuickActionParams) {
6565 case CONST . QUICK_ACTIONS . TRACK_MANUAL :
6666 case CONST . QUICK_ACTIONS . TRACK_SCAN :
6767 case CONST . QUICK_ACTIONS . TRACK_PER_DIEM :
68- selectOption ( ( ) => startMoneyRequest ( CONST . IOU . TYPE . TRACK , reportID , draftTransactionIDs , requestType , true , undefined , isFromFloatingActionButton ) , false ) ;
68+ selectOption ( ( ) => startMoneyRequest ( CONST . IOU . TYPE . TRACK , reportID , draftTransactionIDs , requestType , true , undefined , isFromFloatingActionButton ) , true ) ;
6969 break ;
7070 case CONST . QUICK_ACTIONS . REQUEST_DISTANCE :
71- selectOption ( ( ) => startDistanceRequest ( CONST . IOU . TYPE . SUBMIT , reportID , draftTransactionIDs , requestType , true , undefined , isFromFloatingActionButton ) , false ) ;
71+ selectOption ( ( ) => startDistanceRequest ( CONST . IOU . TYPE . SUBMIT , reportID , draftTransactionIDs , requestType , true , undefined , isFromFloatingActionButton ) , true ) ;
7272 break ;
7373 case CONST . QUICK_ACTIONS . TRACK_DISTANCE :
74- selectOption ( ( ) => startDistanceRequest ( CONST . IOU . TYPE . TRACK , reportID , draftTransactionIDs , requestType , true , undefined , isFromFloatingActionButton ) , false ) ;
74+ selectOption ( ( ) => startDistanceRequest ( CONST . IOU . TYPE . TRACK , reportID , draftTransactionIDs , requestType , true , undefined , isFromFloatingActionButton ) , true ) ;
7575 break ;
7676 case CONST . QUICK_ACTIONS . REQUEST_TIME :
7777 selectOption ( ( ) => startMoneyRequest ( CONST . IOU . TYPE . SUBMIT , reportID , draftTransactionIDs , requestType , false , undefined , isFromFloatingActionButton ) , true ) ;
0 commit comments