Skip to content

Commit 86fa56d

Browse files
authored
docs(react): update toolbar story with label (#5216)
1 parent e8659bf commit 86fa56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/DataTable/stories/with-toolbar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default props => (
4343
title="DataTable"
4444
description="With toolbar"
4545
{...getTableContainerProps()}>
46-
<TableToolbar>
46+
<TableToolbar aria-label="data table toolbar">
4747
<TableToolbarContent>
4848
<TableToolbarSearch onChange={onInputChange} />
4949
<TableToolbarMenu>

0 commit comments

Comments
 (0)