We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bea8cb commit 68b7d43Copy full SHA for 68b7d43
1 file changed
src/pages/iou/request/step/IOURequestEditReport.tsx
@@ -41,6 +41,7 @@ function IOURequestEditReport({route}: IOURequestEditReportProps) {
41
return;
42
}
43
changeTransactionsReport(selectedTransactionIDs, CONST.REPORT.UNREPORTED_REPORT_ID);
44
+ clearSelectedTransactions(true);
45
Navigation.dismissModal();
46
};
47
0 commit comments