This commit is contained in:
caishi 2020-08-15 15:06:42 +08:00
parent 774904f1c4
commit 4843cb1f35
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,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);
};