We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da5479 commit c0237f9Copy full SHA for c0237f9
1 file changed
x-pack/legacy/plugins/ml/public/application/timeseriesexplorer/timeseriesexplorer.js
@@ -1538,7 +1538,7 @@ export class TimeSeriesExplorer extends React.Component {
1538
<EuiSpacer size="m" />
1539
</EuiText>
1540
)}
1541
- {arePartitioningFieldsProvided && jobs.length > 0 && (
+ {arePartitioningFieldsProvided && jobs.length > 0 && hasResults === true && (
1542
<AnomaliesTable bounds={bounds} tableData={tableData} filter={this.tableFilter} />
1543
1544
</TimeSeriesExplorerPage>
0 commit comments