Skip to content

Commit

Permalink
PR refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgain committed Feb 20, 2024
1 parent 88d0d8f commit a69290c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apps/routers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const reactRoutes = [
'/export/:exportId/delete',
'/exportwins',
'/exportwins/create',
'/exportwins/:exportWinId/edit',
'/exportwins/:winId/edit',
'/exportwins/confirmed',
'/exportwins/unconfirmed',
'/exportwins/:winId/details',
Expand Down
2 changes: 1 addition & 1 deletion src/client/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ const routes = {
component: CreateExportWin,
},
{
path: '/exportwins/:exportWinId/edit',
path: '/exportwins/:winId/edit',
module: 'datahub:companies',
component: EditExportWin,
},
Expand Down

0 comments on commit a69290c

Please sign in to comment.