Skip to content
Snippets Groups Projects
Commit 0566dbfe authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Merge pull request #3241 from metabase/fix-datamodel-link

Fix datamodel link
parents 2bd6f78c 9284f9a9
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,7 @@ export const getRoutes = (store) =>
<Route path="databases/:databaseId" component={DatabaseEditApp} />
<Route path="datamodel">
<IndexRedirect to="database" />
<Route path="database" component={MetadataEditorApp} />
<Route path="database/:databaseId" component={MetadataEditorApp} />
<Route path="database/:databaseId/:mode" component={MetadataEditorApp} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment