Skip to content

Commit

Permalink
Merge pull request #27909 from dukenv0307/fix/27363
Browse files Browse the repository at this point in the history
Edit the route of new task page
  • Loading branch information
aldo-expensify authored Sep 26, 2023
2 parents 44568ba + 184edfc commit 85a9c5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/ROUTES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ export default {
IOU_SEND_ENABLE_PAYMENTS: 'send/new/enable-payments',

NEW_TASK: 'new/task',
NEW_TASK_WITH_REPORT_ID: 'new/task/:reportID?',
NEW_TASK_ASSIGNEE: 'new/task/assignee',
NEW_TASK_SHARE_DESTINATION: 'new/task/share-destination',
NEW_TASK_DETAILS: 'new/task/details',
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Navigation/linkingConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default {
},
NewTask: {
screens: {
NewTask_Root: ROUTES.NEW_TASK_WITH_REPORT_ID,
NewTask_Root: ROUTES.NEW_TASK,
NewTask_TaskAssigneeSelector: ROUTES.NEW_TASK_ASSIGNEE,
NewTask_TaskShareDestinationSelector: ROUTES.NEW_TASK_SHARE_DESTINATION,
NewTask_Details: ROUTES.NEW_TASK_DETAILS,
Expand Down

0 comments on commit 85a9c5f

Please sign in to comment.