Merge pull request #11188 from influxdata/fixes/clean-up-routes

Fix org routes
pull/11196/head
Brandon Farmer 2019-01-16 17:57:59 -08:00 committed by GitHub
commit baa94e5fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class Root extends PureComponent {
<Route path="organizations">
<IndexRoute component={OrganizationsIndex} />
<Route
path="/:orgID/:tab"
path=":orgID/:tab"
component={OrganizationView}
/>
</Route>