Alerting: Add docs for Repeat interval (#76303)

This commit is contained in:
George Robinson 2023-10-13 10:30:13 +01:00 committed by GitHub
parent 549d8d4968
commit 09a4fcd0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"