Skip to content

Commit c4e99fc

Browse files
committed
label
1 parent 362e024 commit c4e99fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-components/src/components/select-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function SelectList<T extends SelectItem>(
103103
name={`select-${item.id}`}
104104
data-testid={`select-${item.id}`}
105105
label={item[label[0]]}
106-
aria-label={`Select ${item[label[0]]}`}
106+
aria-label={item[label[0]]}
107107
onChange={handleSelectItemChange}
108108
checked={item.selected}
109109
disabled={disabled}

0 commit comments

Comments
 (0)