We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f528ec commit fe252a7Copy full SHA for fe252a7
1 file changed
src/components/DiffPickerDialog.tsx
@@ -35,7 +35,7 @@ export const DiffPickerDialog: React.FunctionComponent<DialogProps> = props => {
35
</Select>
36
</FormControl>
37
<img className='diff_icon' />
38
- <FormControl id='form-control-right' style={{ gridArea: 'right', width: 100 }}>
+ <FormControl id='form-control-right' aria-label='Right Form' style={{ gridArea: 'right', width: 100 }}>
39
<InputLabel htmlFor='dif-card-select-right' id='diff-card-select-right-label'>Right</InputLabel>
40
<Select labelId='diff-card-select-right' id='diff-card-select-right' value={selectedRight}
41
autoWidth={true} onChange={(e) => setSelectedRight(e.target.value as UUID)} input={<Input />}>
0 commit comments