forked from Gitlink/forgeplus-react
fork弹框
This commit is contained in:
parent
d00ac2190f
commit
09072f5749
|
@ -474,6 +474,9 @@ class Detail extends Component {
|
|||
* fork自己的项目,弹窗确定按钮方法
|
||||
*/
|
||||
forkSelfSuccess=(new_name,new_identifier)=>{
|
||||
this.setState({
|
||||
forkSelfVisible:false
|
||||
})
|
||||
this.forkFunc(new_name,new_identifier);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue