We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfab364 commit eb86adeCopy full SHA for eb86ade
src/UnisonShare/ProjectContributionFormModal.elm
@@ -258,7 +258,7 @@ update appContext projectRef account msg model =
258
{ form | selectBranchSheet = OpenForTarget { t | sheet = sheet_ } }
259
260
SearchBranchSheet.SelectBranchRequest branch ->
261
- { form | sourceBranchRef = Just branch.ref, selectBranchSheet = Closed }
+ { form | targetBranchRef = branch.ref, selectBranchSheet = Closed }
262
in
263
( { model | form = Success newForm }
264
, Cmd.map SearchBranchSheetMsg cmd
0 commit comments