Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshp210-akamai authored Jan 6, 2025
1 parent 12729a1 commit 6fa3994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const PollingIntervalOptions = {
{ label: '5 min', value: 300 },
{ label: '10 min', value: 600 },
],
},
};

export const severityMap: Record<AlertSeverityType, string> = {
0: 'Severe',
Expand Down

0 comments on commit 6fa3994

Please sign in to comment.