change some bugs

This commit is contained in:
sylor_huang@126.com 2020-06-30 18:30:33 +08:00
parent cb4c062f3d
commit c5ce12104d
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ class NewMerge extends Component {
const url = `/projects/${projectsId}/pull_requests/check_can_merge.json`;
axios
.post(url, {
head: merge,
base: pull,
head: pull,
base: merge,
is_original: merge_head,
fork_project_id: merge_head ? project_id : undefined
})