+1
-1
appview/pages/templates/repo/pulls/new.html
+1
-1
appview/pages/templates/repo/pulls/new.html
···
18
18
>
19
19
<option disabled selected>target branch</option>
20
20
{{ range .Branches }}
21
-
<option value="{{ .Reference.Name }}" class="py-1">
21
+
<option value="{{ .Reference.Name }}" class="py-1" {{if .IsDefault}}selected{{end}}>
22
22
{{ .Reference.Name }}
23
23
</option>
24
24
{{ end }}