Skip to content

Commit

Permalink
Fixed admin route
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jul 27, 2022
1 parent 3c4526c commit f5a59a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/app/dashboard/view/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ export function Dashboard () {
<ActionsTab sources={sources} users={users} reloadSources={loadSources} reloadUsers={loadUsers} />
</ProtectRoute>
} />
<Route exact path={`${path}/*`}>
<Redirect to={`${url}/metadata/manager/resolvers`} />
</Route>
</Switch></>
}
</div>
Expand Down

0 comments on commit f5a59a7

Please sign in to comment.