Skip to content

Commit

Permalink
fix: show inactive state in horizontal similar to normal state
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Sep 4, 2024
1 parent b809670 commit bc53f2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Color } from '@signozhq/design-tokens';

export const ALERT_STATUS: { [key: string]: number } = {
firing: 0,
inactive: 0,
normal: 1,
'no-data': 2,
disabled: 3,
Expand Down

0 comments on commit bc53f2d

Please sign in to comment.