We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35320c9 + cbb96cd commit e3bfd1dCopy full SHA for e3bfd1d
1 file changed
src/components/ReportActionItem/MoneyRequestView.tsx
@@ -1055,6 +1055,13 @@ function MoneyRequestView({
1055
transactionID: transaction.transactionID,
1056
reportID: transactionThreadReport?.reportID,
1057
upgradePath: CONST.UPGRADE_PATHS.CATEGORIES,
1058
+ backTo: ROUTES.MONEY_REQUEST_STEP_CATEGORY.getRoute(
1059
+ CONST.IOU.ACTION.EDIT,
1060
+ iouType,
1061
+ transaction.transactionID,
1062
+ transactionThreadReport?.reportID,
1063
+ Navigation.getActiveRoute(),
1064
+ ),
1065
}),
1066
);
1067
} else if (!policy && shouldSelectPolicy) {
0 commit comments