Skip to content

Commit

Permalink
update route for Create Dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mangan committed Dec 12, 2023
1 parent 6a9cdce commit c384768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const router = createBrowserRouter(
element: DatasetFactory.create()
},
{
path: `${Route.CREATE}`,
path: `${Route.DATASETS}/${Route.CREATE}`,
element: <CreateDatasetContainer />
}
]
Expand Down

0 comments on commit c384768

Please sign in to comment.