Skip to content

Commit 9c84573

Browse files
committed
fix(CSidebar): add missing xxl breakpoint
1 parent 50c7236 commit 9c84573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/CSidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ CSidebar.propTypes = {
160160
fixed: PropTypes.bool,
161161
unfoldable: PropTypes.bool,
162162
overlaid: PropTypes.bool,
163-
breakpoint: PropTypes.oneOf([false, '', 'sm', 'md', 'lg', 'xl']),
163+
breakpoint: PropTypes.oneOf([false, '', 'sm', 'md', 'lg', 'xl', 'xxl']),
164164
minimize: PropTypes.bool,
165165
show: PropTypes.oneOf(['', true, false, 'responsive']),
166166
size: PropTypes.oneOf(['', 'sm', 'lg', 'xl']),

0 commit comments

Comments
 (0)