clear pr create multiselect on select

This commit is contained in:
wilhelm 2022-06-22 17:43:41 +10:00
parent 5893c9864d
commit 0f02371734
No known key found for this signature in database
GPG key ID: CFC805C4EF134E48

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