Skip to content

Commit

Permalink
Merge pull request #27423 from bernhardoj/fix/27024-undefined-route
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam authored Sep 15, 2023
2 parents c39ad72 + 65f556d commit 7cae1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ROUTES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
NEW_CHAT: 'new/chat',
NEW_TASK,
REPORT,
REPORT_WITH_ID: 'r/:reportID/:reportActionID?',
REPORT_WITH_ID: 'r/:reportID?/:reportActionID?',
EDIT_REQUEST: 'r/:threadReportID/edit/:field',
getEditRequestRoute: (threadReportID: string, field: ValueOf<typeof CONST.EDIT_REQUEST_FIELD>) => `r/${threadReportID}/edit/${field}`,
EDIT_CURRENCY_REQUEST: 'r/:threadReportID/edit/currency',
Expand Down

0 comments on commit 7cae1dc

Please sign in to comment.