Skip to content

Commit 39393b7

Browse files
authored
Merge pull request #50369 from nyomanjyotisa/issue-49991
mWeb - Task - After deleting task and tapping on back button, user is not redirected to LHN
2 parents 5f1ea58 + c2bef9c commit 39393b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/actions/Task.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ function deleteTask(report: OnyxEntry<OnyxTypes.Report>) {
10871087
Report.notifyNewAction(report.reportID, currentUserAccountID);
10881088

10891089
if (shouldDeleteTaskReport) {
1090+
Navigation.goBack();
10901091
if (parentReport?.reportID) {
10911092
return ROUTES.REPORT_WITH_ID.getRoute(parentReport.reportID);
10921093
}

0 commit comments

Comments
 (0)