Merge pull request #5841 from wilhelmeek/avoid-keep-multiselect

clear pr create multiselect on select
This commit is contained in:
Mislav Marohnić 2022-06-22 12:13:00 +02:00 committed by GitHub
commit d76c1f352a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}