Skip to content

Commit

Permalink
fix: ensures compare-version select field cannot be cleared (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikKozak authored Oct 27, 2023
1 parent 5f6a0db commit 6b3f20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/admin/components/views/Version/Compare/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const CompareVersion: React.FC<Props> = (props) => {
</div>
{!errorLoading && (
<ReactSelect
isClearable={false}
isSearchable={false}
placeholder={t('selectVersionToCompare')}
onChange={onChange}
Expand Down

0 comments on commit 6b3f20d

Please sign in to comment.