Skip to content

Commit 6c353da

Browse files
author
Lucas Bento
authored
Merge pull request #368 from fxamauri/feat/search-option-select
feat: add search option select from version and to version
2 parents 8faec57 + 807ef29 commit 6c353da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/common/VersionSelector.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ const VersionSelector = ({
315315
<Fragment>
316316
<Selectors>
317317
<FromVersionSelector
318+
showSearch
318319
data-testid={testIDs.fromVersionSelector}
319320
title={`What's your current ${packageName} version?`}
320321
loading={isLoading}
@@ -326,6 +327,7 @@ const VersionSelector = ({
326327
/>
327328

328329
<ToVersionSelector
330+
showSearch
329331
data-testid={testIDs.toVersionSelector}
330332
title="To which version would you like to upgrade?"
331333
loading={isLoading}

0 commit comments

Comments
 (0)