Skip to content

Commit 9cbc3a9

Browse files
committed
fix: fixed accessibility issue
1 parent 77697da commit 9cbc3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/FieldBuilder/FieldBuilder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export const FieldBuilder: FunctionComponent<FieldBuilderProps> = ({
241241
}
242242

243243
return (
244-
<Tr key={`field-row-${index}`} role="group">
244+
<Tr key={`field-row-${index}`}>
245245
{/* First column cell */}
246246
<Td
247247
dataLabel={String(firstColumnLabel)}

0 commit comments

Comments
 (0)