Merge branch 'newVersion_forge' of http://git.trustie.net/jasder/forgeplus-react into newVersion_forge

This commit is contained in:
sylor_huang@126.com 2020-08-15 15:08:21 +08:00
commit 3e2d89724a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class NewMerge extends Component {
merge_user_login: is_fork_id ? projects_names[0].project_user_login : undefined
}
})
// this.props.history.push(`/projects/${owner}/${value}/pulls/new`);
this.props.history.push(`/projects/${login}/${identifier}/pulls/new`);
this.newMergelist(login,identifier);
};