Skip to content

Commit b30d5f6

Browse files
jendownstw15egan
authored andcommitted
fix(tabs): un-comment hidden prop to be add to root elem (#5120)
Co-authored-by: TJ Egan <tw15egan@gmail.com>
1 parent 08b6d3c commit b30d5f6

File tree

1 file changed

+1
-0
lines changed
  • packages/react/src/components/Tabs

1 file changed

+1
-0
lines changed

packages/react/src/components/Tabs/Tabs.js

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default class Tabs extends React.Component {
3636

3737
/**
3838
* Specify whether the Tab content is hidden
39+
*/
3940
hidden: PropTypes.bool,
4041

4142
/**

0 commit comments

Comments
 (0)