Skip to content

Commit

Permalink
Fix label in creator comboboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamSwiss committed Jan 10, 2025
1 parent 7b05637 commit 8d93a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions express/frontend/src/tools/create-adapter/QuestionView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export const ComboBoxSelectRenderer = (
{getQuestionMessage(question)}
</InputLabel>
<Select
label={getQuestionMessage(question)}
labelId={`label_${name}`}
value={value}
onChange={handleChange}
Expand Down

0 comments on commit 8d93a05

Please sign in to comment.