Merge pull request #11701 from cli/kw/agent-task-view-improper-default
`gh agent-task view`: Fix default value in session selection prompt
This commit is contained in:
commit
24fc5df13e
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ func viewRun(opts *ViewOptions) error {
|
|||
}
|
||||
|
||||
opts.IO.StopProgressIndicator()
|
||||
selected, err := opts.Prompter.Select("Select a session", options[0], options)
|
||||
selected, err := opts.Prompter.Select("Select a session", "", options)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue