Skip to content

Commit

Permalink
Whack a React warning (metabase#11539)
Browse files Browse the repository at this point in the history
This is ported from metabase/metabase-enterprise#358. The
`updateLdapSettings` change from that PR is not applicable to CE.
  • Loading branch information
walterl authored Dec 17, 2019
1 parent f332b61 commit 708bd39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/metabase/nav/containers/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,31 +227,37 @@ export default class Navbar extends Component {
name={t`Settings`}
path="/admin/settings"
currentPath={this.props.path}
key="admin-nav-settings"
/>
<AdminNavItem
name={t`People`}
path="/admin/people"
currentPath={this.props.path}
key="admin-nav-people"
/>
<AdminNavItem
name={t`Data Model`}
path="/admin/datamodel"
currentPath={this.props.path}
key="admin-nav-datamodel"
/>
<AdminNavItem
name={t`Databases`}
path="/admin/databases"
currentPath={this.props.path}
key="admin-nav-databases"
/>
<AdminNavItem
name={t`Permissions`}
path="/admin/permissions"
currentPath={this.props.path}
key="admin-nav-permissions"
/>
<AdminNavItem
name={t`Troubleshooting`}
path="/admin/troubleshooting"
currentPath={this.props.path}
key="admin-nav-troubleshooting"
/>
</ul>

Expand Down

0 comments on commit 708bd39

Please sign in to comment.