Skip to content

Commit

Permalink
fix(CSidebar): add missing xxl breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Oct 15, 2020
1 parent 50c7236 commit 9c84573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template/CSidebar.js
Expand Up @@ -160,7 +160,7 @@ CSidebar.propTypes = {
fixed: PropTypes.bool,
unfoldable: PropTypes.bool,
overlaid: PropTypes.bool,
breakpoint: PropTypes.oneOf([false, '', 'sm', 'md', 'lg', 'xl']),
breakpoint: PropTypes.oneOf([false, '', 'sm', 'md', 'lg', 'xl', 'xxl']),
minimize: PropTypes.bool,
show: PropTypes.oneOf(['', true, false, 'responsive']),
size: PropTypes.oneOf(['', 'sm', 'lg', 'xl']),
Expand Down

0 comments on commit 9c84573

Please sign in to comment.