mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
Fix: send correct name when creating a series
This commit is contained in:
parent
490febec5c
commit
a43523d157
@ -185,7 +185,7 @@
|
|||||||
console.log('creatingRef.commit', commit);
|
console.log('creatingRef.commit', commit);
|
||||||
branchController.createPatchSeries(
|
branchController.createPatchSeries(
|
||||||
branch?.id || '',
|
branch?.id || '',
|
||||||
'refs/remotes/' + createRefName,
|
createRefName,
|
||||||
commit.changeId ? { ChangeId: commit.changeId } : { CommitId: commit.id }
|
commit.changeId ? { ChangeId: commit.changeId } : { CommitId: commit.id }
|
||||||
);
|
);
|
||||||
createRefModal.close();
|
createRefModal.close();
|
||||||
|
Loading…
Reference in New Issue
Block a user