diff --git a/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx b/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx index 1ebbb7e9ae..9122a97272 100644 --- a/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx +++ b/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx @@ -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.