diff --git a/frontend/src/container/FormAlertRules/RuleOptions.tsx b/frontend/src/container/FormAlertRules/RuleOptions.tsx index d0ce0b2746..071ff84d7f 100644 --- a/frontend/src/container/FormAlertRules/RuleOptions.tsx +++ b/frontend/src/container/FormAlertRules/RuleOptions.tsx @@ -104,7 +104,7 @@ function RuleOptions({ - + diff --git a/frontend/src/container/FormAlertRules/utils.ts b/frontend/src/container/FormAlertRules/utils.ts index 35a5eb158c..a3978a9007 100644 --- a/frontend/src/container/FormAlertRules/utils.ts +++ b/frontend/src/container/FormAlertRules/utils.ts @@ -132,7 +132,7 @@ export const toChartInterval = (evalWindow: string | undefined): Time => { return '15min'; case '30m0s': return '30min'; - case '60m0s': + case '1h0m0s': return '1hr'; case '4h0m0s': return '4hr';