Merge pull request #13900 from influxdata/nav-bar-org-swith

Reload page on switch org
pull/13915/head
Deniz Kusefoglu 2019-05-13 16:20:03 -07:00 committed by GitHub
commit 7b55b10a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -75,13 +75,13 @@ class AccountNavSubItem extends PureComponent<Props> {
acc.push(
<NavMenu.SubItem
titleLink={className => (
<Link
<a
className={className}
to={`/orgs/${org.id}`}
href={`/orgs/${org.id}`}
style={{display: 'block'}}
>
{org.name}
</Link>
</a>
)}
key={org.id}
active={false}