mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +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);
|
||||
branchController.createPatchSeries(
|
||||
branch?.id || '',
|
||||
'refs/remotes/' + createRefName,
|
||||
createRefName,
|
||||
commit.changeId ? { ChangeId: commit.changeId } : { CommitId: commit.id }
|
||||
);
|
||||
createRefModal.close();
|
||||
|
Loading…
Reference in New Issue
Block a user