Skip to content

Commit 4c9c266

Browse files
committed
add aria-labelledby
1 parent 3a9dfae commit 4c9c266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/demos/DataList/examples/DataListPagination.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export const DataListPagination: React.FunctionComponent = () => {
306306
/>
307307
</DataListItemRow>
308308
</DataListItem>
309-
<DataListItem>{renderPagination()}</DataListItem>
309+
<DataListItem aria-labelledby="pagination">{renderPagination()}</DataListItem>
310310
</DataList>
311311
</PageSection>
312312
</DashboardWrapper>

0 commit comments

Comments
 (0)