0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-10 13:02:36 +01:00
gitea/web_src/js/components
Giteabot fef364e7d6
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 <xiaolunwen@gmail.com>
2024-12-30 11:42:08 +08:00
..
ActionRunStatus.vue Fix incomplete Actions status aggregations (#32859) 2024-12-16 11:18:00 +08:00
ActivityHeatmap.vue
ContextPopup.vue Fix suggestions for issues (#32380) 2024-10-30 20:06:36 +00:00
DashboardRepoList.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
DiffCommitSelector.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
DiffFileList.vue
DiffFileTree.vue
DiffFileTreeItem.vue Improve diff file tree (#32658) 2024-11-28 12:25:21 +00:00
PullRequestMergeForm.vue Fix bug automerge cannot be chosed when there is only 1 merge style (#33040) (#33043) 2024-12-30 11:42:08 +08:00
RepoActionView.vue Fix incomplete Actions status aggregations (#32859) 2024-12-16 11:18:00 +08:00
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue Backport 1.23 (#32868) 2024-12-17 11:58:27 +08:00
RepoCodeFrequency.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
RepoContributors.vue Add "n commits" link to contributors in contributors graph page (#32799) 2024-12-12 19:02:54 +00:00
RepoRecentCommits.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
ScopedAccessTokenSelector.vue