X Tutup
Skip to content

Commit d9ac12a

Browse files
committed
Fix sort
1 parent 2047e28 commit d9ac12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/pr/shared/params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ type FilterOptions struct {
158158
Labels []string
159159
Mention string
160160
Milestone string
161+
Repo string
161162
Search string
162163
State string
163-
Repo string
164164
}
165165

166166
func (opts *FilterOptions) IsDefault() bool {

0 commit comments

Comments
 (0)
X Tutup