Skip to content

Commit

Permalink
fix(Tabs): added defaultActiveKey PropType (#4875)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Schmitt <max@schmitt.mx>
  • Loading branch information
ericvergnaud and mxschmitt committed Mar 16, 2020
1 parent b88bac2 commit 5aa69e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const propTypes = {
* @controllable onSelect
*/
activeKey: PropTypes.any,
/** The default active key that is selected on start */
defaultActiveKey: PropTypes.any,

/**
* Navigation style
Expand Down

0 comments on commit 5aa69e0

Please sign in to comment.