Skip to content

Commit

Permalink
fix(side-nav-link): add missing isActive to prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 11, 2023
1 parent 625b39b commit 678de07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/src/components/UIShell/SideNavLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ SideNavLink.propTypes = {
*/
className: PropTypes.string,

/**
* Specify whether the link is the current page
*/
isActive: PropTypes.bool,

/**
* Specify if this is a large variation of the SideNavLink
*/
Expand Down

0 comments on commit 678de07

Please sign in to comment.