mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
Start with navigation expanded
This commit is contained in:
@@ -7,7 +7,7 @@ class NavExpandableGroup extends Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
const { routes } = this.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
|
// 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.
|
// an array of url paths associated with any NavItem component rendered by this component.
|
||||||
|
|||||||
Reference in New Issue
Block a user