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 3a9dfae commit 4c9c266Copy full SHA for 4c9c266
packages/react-core/src/demos/DataList/examples/DataListPagination.tsx
@@ -306,7 +306,7 @@ export const DataListPagination: React.FunctionComponent = () => {
306
/>
307
</DataListItemRow>
308
</DataListItem>
309
- <DataListItem>{renderPagination()}</DataListItem>
+ <DataListItem aria-labelledby="pagination">{renderPagination()}</DataListItem>
310
</DataList>
311
</PageSection>
312
</DashboardWrapper>
0 commit comments