Skip to content

Commit

Permalink
Merge pull request #368 from fxamauri/feat/search-option-select
Browse files Browse the repository at this point in the history
feat: add search option select from version and to version
  • Loading branch information
Lucas Bento authored Jan 5, 2024
2 parents 8faec57 + 807ef29 commit 6c353da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/common/VersionSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ const VersionSelector = ({
<Fragment>
<Selectors>
<FromVersionSelector
showSearch
data-testid={testIDs.fromVersionSelector}
title={`What's your current ${packageName} version?`}
loading={isLoading}
Expand All @@ -326,6 +327,7 @@ const VersionSelector = ({
/>

<ToVersionSelector
showSearch
data-testid={testIDs.toVersionSelector}
title="To which version would you like to upgrade?"
loading={isLoading}
Expand Down

0 comments on commit 6c353da

Please sign in to comment.