diff --git a/packages/patternfly-4/react-core/src/components/Nav/NavExpandable.js b/packages/patternfly-4/react-core/src/components/Nav/NavExpandable.js index b4be7e5a6fa..e8e902f89cd 100644 --- a/packages/patternfly-4/react-core/src/components/Nav/NavExpandable.js +++ b/packages/patternfly-4/react-core/src/components/Nav/NavExpandable.js @@ -67,7 +67,7 @@ class NavExpandable extends React.Component { }; render() { - const { id, title, srText, isExpanded, children, className, groupId, isActive, ...props } = this.props; + const { id, title, srText, isExpanded, children, className, groupId, isActive, onExpand, ...props } = this.props; const { expandedState } = this.state; return (