Skip to content

Commit 99bf918

Browse files
Copilotalexwizp
andcommitted
fix(files_example): add tableCaption to EuiInMemoryTable for accessibility
Co-authored-by: alexwizp <20072247+alexwizp@users.noreply.github.com>
1 parent 0bdeb5d commit 99bf918

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • examples/files_example/public/components

examples/files_example/public/components/app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export const FilesExampleApp = ({ files, notifications }: FilesExampleAppDeps) =
138138
<EuiPageTemplate.Header pageTitle="Files example" />
139139
<EuiPageTemplate.Section>
140140
<EuiInMemoryTable
141+
tableCaption="Files example"
141142
columns={columns}
142143
items={items}
143144
itemId="id"

0 commit comments

Comments
 (0)