Skip to content

Commit fa6e5c1

Browse files
committed
address comment
Signed-off-by: Jackie Han <[email protected]>
1 parent cbaf3de commit fa6e5c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/pages/DetectorResults/__tests__/AnomalyResultsTable.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('AnomalyResultsTable', () => {
5858

5959
const defaultProps = {
6060
anomalies: mockAnomalies,
61-
detectorIndex: ['test-index'],
61+
detectorIndex: ['test-index', 'followCluster:test-index'],
6262
detectorTimeField: 'timestamp',
6363
};
6464

public/pages/DetectorResults/containers/AnomalyHistory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ export const AnomalyHistory = (props: AnomalyHistoryProps) => {
990990
isHCDetector={isHCDetector}
991991
isHistorical={props.isHistorical}
992992
selectedHeatmapCell={selectedHeatmapCell}
993-
detectorIndex={props.detector.indices}
993+
detectorIndices={props.detector.indices}
994994
detectorTimeField={props.detector.timeField}
995995
/>
996996
)}

0 commit comments

Comments
 (0)