8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d41870 commit 074c7e7Copy full SHA for 074c7e7
src/template/CSidebarNavDropdown.js
@@ -117,7 +117,7 @@ CSidebarNavDropdown.propTypes = {
117
children: PropTypes.node,
118
//
119
innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
120
- name: PropTypes.string,
+ name: PropTypes.oneOfType([PropTypes.string, PropTypes.object]),
121
icon: PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
122
fontIcon: PropTypes.string,
123
show: PropTypes.bool,
src/template/CSidebarNavItem.js
@@ -63,7 +63,7 @@ CSidebarNavItem.propTypes = {
63
badge: PropTypes.object,
64
addLinkClass: PropTypes.string,
65
label: PropTypes.bool,
66
67
color: PropTypes.string
68
}
69
0 commit comments