Skip to content

Commit

Permalink
docs(ComponentPropEnum): update for value changes (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason authored Feb 2, 2018
1 parent 0e23ac6 commit 5fac03d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ ComponentPropEnum.propTypes = {
values: PropTypes.array,
}

export default updateForKeys(['showAll'])(ComponentPropEnum)
export default updateForKeys(['showAll', 'type', 'values'])(ComponentPropEnum)

0 comments on commit 5fac03d

Please sign in to comment.