Skip to content

Commit 86b8b8d

Browse files
committed
No default value for the btnSize property
1 parent 82a8bb5 commit 86b8b8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ButtonGroup.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ ButtonGroup.propTypes = {
3838
dropdownOpen: PropTypes.bool
3939
};
4040
ButtonGroup.defaultProps = {
41-
btnSize: '', // Defaults to empty
4241
vertical: false,
4342
dropdownOpen: false
4443
};

0 commit comments

Comments
 (0)