mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Merge pull request #8101 from ansible/jakemcdermott-expand-nav
Start with navigation expanded Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
424bf94a15
@ -7,7 +7,7 @@ class NavExpandableGroup extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
const { routes } = this.props;
|
||||
this.state = { isExpanded: false };
|
||||
this.state = { isExpanded: true };
|
||||
|
||||
// Extract a list of paths from the route params and store them for later. This creates
|
||||
// an array of url paths associated with any NavItem component rendered by this component.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user