Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Add missing feature alert if recent feature data is missing #248

2 changes: 1 addition & 1 deletion public/pages/AnomalyCharts/containers/FeatureBreakDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const FeatureBreakDown = React.memo((props: FeatureBreakDownProps) => {
props.detector.enabledTime &&
props.isFeatureDataMissing ? (
<EuiCallOut
title={`Show missing data only after last enable time: ${moment(
title={`Show missing data only after last enabled time: ${moment(
ohltyler marked this conversation as resolved.
Show resolved Hide resolved
props.detector.enabledTime
).format('MM/DD/YY h:mm A')}`}
color={'warning'}
Expand Down