emphasized link to be done

This commit is contained in:
Florian Scholdei
2019-04-03 17:35:02 +02:00
parent 63137ff5c5
commit 945dc2d360

View File

@@ -82,7 +82,7 @@ const mapDispatchToProps = dispatch => {
branch: Branch,
callback?: () => void
) => {
dispatch(createBranch("ghjgkj", repository, branch, callback)); //TODO
dispatch(createBranch("INSERTLINK", repository, branch, callback)); //TODO
},
resetForm: () => {
dispatch(createBranchReset());