Skip to content

Commit

Permalink
only show labelled-by if listing content is already fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jan 10, 2020
1 parent e9bf311 commit 0554990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ class TableListView extends React.Component<TableListViewProps, TableListViewSta
className="itemListing__page"
restrictWidth
>
<EuiPageBody aria-labelledby={this.props.headingId}>
<EuiPageBody aria-labelledby={this.state.hasInitialFetchReturned && this.props.headingId}>
{this.renderPageContent()}
</EuiPageBody>
</EuiPage>
Expand Down

0 comments on commit 0554990

Please sign in to comment.