forked from Gitlink/forgeplus-react
添加成员后要清除选中的成员
This commit is contained in:
parent
b948fe9459
commit
fee812c63b
|
@ -67,6 +67,7 @@ function AddMember({getID,login}){
|
|||
|
||||
function addCollaborator(){
|
||||
getID && getID(id);
|
||||
setSearchKey(undefined);
|
||||
}
|
||||
|
||||
return(
|
||||
|
|
Loading…
Reference in New Issue