Alerting: Add docs for Repeat interval (#76303)

pull/76673/head
George Robinson 2 years ago committed by GitHub
parent 549d8d4968
commit 09a4fcd0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/alerting/unified/components/notification-policies/EditDefaultPolicyForm.tsx

@ -138,7 +138,7 @@ export const AmRootRouteForm = ({
</Field>
<Field
label="Repeat interval"
description="The waiting time to resend an alert after they have successfully been sent. Default 4 hours."
description="The waiting time to resend an alert after they have successfully been sent. Default 4 hours. Should be a multiple of Group interval."
invalid={!!errors.repeatIntervalValue}
error={errors.repeatIntervalValue?.message}
data-testid="am-repeat-interval"

Loading…
Cancel
Save