Skip to content

Commit 409cec5

Browse files
chore: use survey's default page size
1 parent 33196cd commit 409cec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cliui/select.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func Select(inv *serpent.Invocation, opts SelectOptions) (string, error) {
8484
}
8585

8686
if initialModel.height == 0 {
87-
initialModel.height = 5 // TODO: Pick a default?
87+
initialModel.height = 7
8888
}
8989

9090
initialModel.search.Prompt = ""

0 commit comments

Comments
 (0)