Skip to content

Commit

Permalink
fix(tabs): un-comment hidden prop to be add to root elem (#5120)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
2 people authored and joshblack committed Jan 23, 2020
1 parent 08b6d3c commit b30d5f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Tabs/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default class Tabs extends React.Component {

/**
* Specify whether the Tab content is hidden
*/
hidden: PropTypes.bool,

/**
Expand Down

0 comments on commit b30d5f6

Please sign in to comment.