Skip to content

Commit

Permalink
fix: Remove none inst picker option (#740) (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfernandes authored Sep 6, 2024
1 parent 847104e commit 2bd0bcd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ export function QuestionaryComponentInstrumentPicker(
data-natural-key={naturalKey}
data-cy="dropdown-ul"
>
{!config.isMultipleSelect && <MenuItem value={0}>None</MenuItem>}
{config.instruments.map((instrument) => {
return (
<SelectMenuItem
Expand Down

0 comments on commit 2bd0bcd

Please sign in to comment.