From 0f02371734164fcc6b3dc0c16db36b5128aee505 Mon Sep 17 00:00:00 2001 From: wilhelm Date: Wed, 22 Jun 2022 17:43:41 +1000 Subject: [PATCH] clear pr create multiselect on select --- pkg/cmd/pr/shared/survey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/pr/shared/survey.go b/pkg/cmd/pr/shared/survey.go index ff22e3722..0285e22ff 100644 --- a/pkg/cmd/pr/shared/survey.go +++ b/pkg/cmd/pr/shared/survey.go @@ -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) }