mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
emphasized link to be done
This commit is contained in:
@@ -82,7 +82,7 @@ const mapDispatchToProps = dispatch => {
|
|||||||
branch: Branch,
|
branch: Branch,
|
||||||
callback?: () => void
|
callback?: () => void
|
||||||
) => {
|
) => {
|
||||||
dispatch(createBranch("ghjgkj", repository, branch, callback)); //TODO
|
dispatch(createBranch("INSERTLINK", repository, branch, callback)); //TODO
|
||||||
},
|
},
|
||||||
resetForm: () => {
|
resetForm: () => {
|
||||||
dispatch(createBranchReset());
|
dispatch(createBranchReset());
|
||||||
|
|||||||
Reference in New Issue
Block a user