Merge pull request #5841 from wilhelmeek/avoid-keep-multiselect
clear pr create multiselect on select
This commit is contained in:
commit
d76c1f352a
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ func MetadataSurvey(io *iostreams.IOStreams, baseRepo ghrepo.Interface, fetcher
|
|||
Milestone string
|
||||
}{}
|
||||
|
||||
err = prompt.SurveyAsk(mqs, &values, survey.WithKeepFilter(true))
|
||||
err = prompt.SurveyAsk(mqs, &values)
|
||||
if err != nil {
|
||||
return fmt.Errorf("could not prompt: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue