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