diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4bbf98005..d54c96232 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,18 +3,9 @@ - - - - - - - - - + + - - @@ -375,13 +378,13 @@ - - + @@ -394,7 +397,7 @@ - + @@ -457,13 +460,6 @@ - - - - - - - @@ -874,13 +870,6 @@ - - - - - - - @@ -913,13 +902,30 @@ - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/forge/Branch/SelectBranch.js b/src/forge/Branch/SelectBranch.js index 77edb8254..85ae9040f 100644 --- a/src/forge/Branch/SelectBranch.js +++ b/src/forge/Branch/SelectBranch.js @@ -1,5 +1,5 @@ import React , { Component } from 'react'; -import { Dropdown , Icon , Menu } from 'antd'; +import { Dropdown , Icon , Input } from 'antd'; import "./branch.css" @@ -59,16 +59,15 @@ class SelectBranch extends Component{ const { branchs , branch } = this.props; let branchsFilter = value ? (branchs && branchs.length>0 && branchs.filter(item=>item.name.indexOf(value)>-1)):branchs; - + console.log("value",value); const menu = (
- +