Skip to content

Commit 0aec28e

Browse files
committed
fix a MDS related bug on feature anywhere page
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
1 parent 1080d60 commit 0aec28e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/expressions/overlay_anomalies.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ export const overlayAnomaliesFunction =
134134
detectorId,
135135
startTimeInMillis,
136136
endTimeInMillis,
137-
resultIndex
137+
resultIndex,
138+
dataSourceId
138139
);
139140
const anomalyLayer = convertAnomaliesToPointInTimeEventsVisLayer(
140141
anomalies,

0 commit comments

Comments
 (0)