diff --git a/choose/command.go b/choose/command.go index 2c88e4c77..753d73b8a 100644 --- a/choose/command.go +++ b/choose/command.go @@ -86,7 +86,6 @@ func (o Options) Run() error { WithWidth(width). WithShowHelp(o.ShowHelp). WithTheme(theme). - WithTimeout(o.Timeout). Run() if err != nil { return err @@ -112,7 +111,6 @@ func (o Options) Run() error { WithWidth(width). WithTheme(theme). WithShowHelp(o.ShowHelp). - WithTimeout(o.Timeout). Run() if err != nil { return err