Skip to content

Commit

Permalink
fix: fix dropdown size is very small
Browse files Browse the repository at this point in the history
Fixes #2314
  • Loading branch information
mainawycliffe authored and moshloop committed Oct 29, 2024
1 parent d599704 commit fbd0ef0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export function ChangesTypesDropdown({ searchParamKey = "changeType" }: Props) {
options={configItemsOptionsItems}
isLoading={isLoading}
value={field.value}
minMenuWidth="20rem"
onChange={(value) => {
if (value && value !== "all") {
field.onChange({
Expand Down

0 comments on commit fbd0ef0

Please sign in to comment.