新建issue时报错不清空issue内容

This commit is contained in:
caishi 2022-05-07 10:37:10 +08:00
parent 284d230821
commit 102f0bc04a
2 changed files with 0 additions and 2 deletions

View File

@ -181,7 +181,6 @@ class MergeForm extends Component {
this.setState({
isSpin: false,
});
console.log(error);
});
} else {
let url = `/${owner}/${projectsId}/pulls/${mergeId}.json`;

View File

@ -214,7 +214,6 @@ class order_form extends Component {
getDetail && getDetail();
}
this.setState({
description: "",
isSpin: false,
});
})