From 344c89ea34bda1ac7382f8cba210ee325e07597e Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 29 Dec 2024 19:04:22 -0800 Subject: [PATCH] Fix bug automerge cannot be chosed when there is only 1 merge style (#33040) 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 auto-merge. Fix #32448 --- 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() { -