forked from Gitlink/forgeplus-react
新建issue时报错不清空issue内容
This commit is contained in:
parent
284d230821
commit
102f0bc04a
|
@ -181,7 +181,6 @@ class MergeForm extends Component {
|
|||
this.setState({
|
||||
isSpin: false,
|
||||
});
|
||||
console.log(error);
|
||||
});
|
||||
} else {
|
||||
let url = `/${owner}/${projectsId}/pulls/${mergeId}.json`;
|
||||
|
|
|
@ -214,7 +214,6 @@ class order_form extends Component {
|
|||
getDetail && getDetail();
|
||||
}
|
||||
this.setState({
|
||||
description: "",
|
||||
isSpin: false,
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue