File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ CSidebarNavDropdown.propTypes = {
117117  children : PropTypes . node , 
118118  // 
119119  innerRef : PropTypes . oneOfType ( [ PropTypes . object ,  PropTypes . func ] ) , 
120-   name : PropTypes . string , 
120+   name : PropTypes . oneOfType ( [ PropTypes . string ,   PropTypes . object ] ) , 
121121  icon : PropTypes . oneOfType ( [ PropTypes . object ,  PropTypes . string ] ) , 
122122  fontIcon : PropTypes . string , 
123123  show : PropTypes . bool , 
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ CSidebarNavItem.propTypes = {
6363  badge : PropTypes . object , 
6464  addLinkClass : PropTypes . string , 
6565  label : PropTypes . bool , 
66-   name : PropTypes . string , 
66+   name : PropTypes . oneOfType ( [ PropTypes . string ,   PropTypes . object ] ) , 
6767  color : PropTypes . string 
6868} 
6969
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments