From fef364e7d6ec0d9d5b9fb75b7ac595fdd75f6927 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Mon, 30 Dec 2024 11:42:08 +0800 Subject: [PATCH] Fix bug automerge cannot be chosed when there is only 1 merge style (#33040) (#33043) Backport #33040 by @lunny This is a quick bug fix. Even if there is only 1 merge style, the dropdown menu will still be displayed to allow users to choose automerge. Fix #32448 Co-authored-by: Lunny Xiao --- web_src/js/components/PullRequestMergeForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/js/components/PullRequestMergeForm.vue b/web_src/js/components/PullRequestMergeForm.vue index e8bcee70db..bafeec6c97 100644 --- a/web_src/js/components/PullRequestMergeForm.vue +++ b/web_src/js/components/PullRequestMergeForm.vue @@ -147,7 +147,7 @@ function clearMergeMessage() { -