Updated path in main
This commit is contained in:
parent
8084f722b5
commit
287e97fe6f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const router = createBrowserRouter([
|
|||
element: <PMTotalTimeActivity />,
|
||||
},
|
||||
{
|
||||
path: "/PMTimeRole",
|
||||
path: "/PMTimeRole/:projectName",
|
||||
element: <PMTotalTimeRole />,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue