We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362e024 commit c4e99fcCopy full SHA for c4e99fc
packages/compass-components/src/components/select-table.tsx
@@ -103,7 +103,7 @@ export function SelectList<T extends SelectItem>(
103
name={`select-${item.id}`}
104
data-testid={`select-${item.id}`}
105
label={item[label[0]]}
106
- aria-label={`Select ${item[label[0]]}`}
+ aria-label={item[label[0]]}
107
onChange={handleSelectItemChange}
108
checked={item.selected}
109
disabled={disabled}
0 commit comments