diff --git a/src/libs/actions/Report.ts b/src/libs/actions/Report.ts index 9b4ffa36d4e2..0bdfb7363756 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -1824,7 +1824,7 @@ function handleReportChanged(report: OnyxEntry) { const currCallback = callback; callback = () => { currCallback(); - Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(preexistingReportID), {forceReplace: true}); + Navigation.setParams({reportID: preexistingReportID}); }; // The report screen will listen to this event and transfer the draft comment to the existing report