Fix tabindex

Signed-off-by: siddhant1 <sidhant.manchanda@gmail.com>
This commit is contained in:
siddhant1
2023-05-22 15:02:57 +05:30
committed by Camila Belo
parent 11f48e68fa
commit af03e92192
@@ -138,7 +138,6 @@ export const CheckboxFilter = (props: SearchFilterComponentProps) => {
control={
<Checkbox
color="primary"
tabIndex={-1}
inputProps={{ 'aria-labelledby': value }}
value={value}
name={value}