Skip to content

Commit

Permalink
remove empty item
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilan committed Sep 13, 2023
1 parent e7ef68a commit afa8e83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-ui/src/components/atoms/SelectField.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const SelectField = forwardRef(
}
}}
>
<MenuItem key='empty' disabled value={''}></MenuItem>
{children}
</TextField>
);
Expand Down

0 comments on commit afa8e83

Please sign in to comment.