diff --git a/frontend/src/container/AlertHistory/Timeline/Graph/constants.ts b/frontend/src/container/AlertHistory/Timeline/Graph/constants.ts index f8a752e27f..b56499a0d0 100644 --- a/frontend/src/container/AlertHistory/Timeline/Graph/constants.ts +++ b/frontend/src/container/AlertHistory/Timeline/Graph/constants.ts @@ -2,7 +2,7 @@ import { Color } from '@signozhq/design-tokens'; export const ALERT_STATUS: { [key: string]: number } = { firing: 0, - inactive: 0, + inactive: 1, normal: 1, 'no-data': 2, disabled: 3,