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({
|
this.setState({
|
||||||
isSpin: false,
|
isSpin: false,
|
||||||
});
|
});
|
||||||
console.log(error);
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
let url = `/${owner}/${projectsId}/pulls/${mergeId}.json`;
|
let url = `/${owner}/${projectsId}/pulls/${mergeId}.json`;
|
||||||
|
|
|
@ -214,7 +214,6 @@ class order_form extends Component {
|
||||||
getDetail && getDetail();
|
getDetail && getDetail();
|
||||||
}
|
}
|
||||||
this.setState({
|
this.setState({
|
||||||
description: "",
|
|
||||||
isSpin: false,
|
isSpin: false,
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue