Skip to content

Commit e5b0086

Browse files
committed
feat(CC-batch-4): removed isCompact from row
1 parent 7bdfe13 commit e5b0086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/code-connect/components/DataList/DataListRow.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ figma.connect(
2222
children: figma.children('*')
2323
},
2424
example: (props) => (
25-
<DataListItem selected={props.isSelected} isExpanded={props.isExpanded} isCompact={props.isCompact}>
25+
<DataListItem selected={props.isSelected} isExpanded={props.isExpanded} aria-labelledby="<data-list-row-id>">
2626
{props.children}
2727
</DataListItem>
2828
)

0 commit comments

Comments
 (0)