Commit 19d4ed0e authored by jboyson's avatar jboyson

Save force_remove_source_branch on click

parent 764bead2
......@@ -342,6 +342,7 @@ export default {
commit_message: this.commitMessage,
auto_merge_strategy: useAutoMerge ? this.preferredAutoMergeStrategy : undefined,
should_remove_source_branch: this.removeSourceBranch === true,
force_remove_source_branch: this.removeSourceBranch === true,
squash: this.squashBeforeMerge,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment