Skip to content

Commit fe252a7

Browse files
committed
Added missing aria-label to DiffPickerDialog
1 parent 9f528ec commit fe252a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DiffPickerDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const DiffPickerDialog: React.FunctionComponent<DialogProps> = props => {
3535
</Select>
3636
</FormControl>
3737
<img className='diff_icon' />
38-
<FormControl id='form-control-right' style={{ gridArea: 'right', width: 100 }}>
38+
<FormControl id='form-control-right' aria-label='Right Form' style={{ gridArea: 'right', width: 100 }}>
3939
<InputLabel htmlFor='dif-card-select-right' id='diff-card-select-right-label'>Right</InputLabel>
4040
<Select labelId='diff-card-select-right' id='diff-card-select-right' value={selectedRight}
4141
autoWidth={true} onChange={(e) => setSelectedRight(e.target.value as UUID)} input={<Input />}>

0 commit comments

Comments
 (0)