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 @@ -4,7 +4,6 @@ import { Tree as ArrayTree } from "array-to-tree";
44import  Tree ,  {  AntTreeNode  }  from  "antd/es/tree" ; 
55import  Spin  from  "antd/es/spin" ; 
66import  Input  from  "antd/es/input" ; 
7- import  Icon  from  "antd/es/icon" ; 
87import  Empty  from  "antd/es/empty" ; 
98import  debounce  from  "debounce" ; 
109
@@ -107,7 +106,6 @@ export class TreeViewComponent extends Component<TreeViewComponentProps> {
107106                expandedKeys = { expandedKeys } 
108107                showIcon = { showIcon } 
109108                showLine = { showLine } 
110-                 switcherIcon = { showLine  ? < Icon  type = "caret-down-fill"  />  : undefined } 
111109                selectable = { false } 
112110                draggable = { draggable } 
113111                onDrop = { this . onDrop . bind ( this ) } 
Original file line number Diff line number Diff line change 11// This is a hack to keep Antdesign Table package small. 
22export  {  default  as  LoadingOutlined  }  from  "@ant-design/icons/lib/outline/LoadingOutline" ; 
33export  {  default  as  SearchOutlined  }  from  "@ant-design/icons/lib/outline/SearchOutline" ; 
4+ export  {  default  as  MinusSquareOutlined  }  from  "@ant-design/icons/lib/outline/MinusSquareOutline" ; 
5+ export  {  default  as  PlusSquareOutlined  }  from  "@ant-design/icons/lib/outline/PlusSquareOutline" ; 
46export  {  default  as  CaretDownFilled  }  from  "@ant-design/icons/lib/fill/CaretDownFill" ; 
57export  {  default  as  CloseCircleFilled  }  from  "@ant-design/icons/lib/fill/CloseCircleFill" ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments