fix(AlertReports): defaulting grace period to undefined (#27552)

(cherry picked from commit 4fce940a9c)
This commit is contained in:
Jack 2024-03-25 12:12:01 -05:00 committed by Michael S. Molina
parent 3bfa8a9cbc
commit d8517213bf

View File

@ -886,7 +886,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
// Need to make sure grace period is not lower than TIMEOUT_MIN
if (value === 0) {
updateAlertState(target.name, null);
updateAlertState(target.name, undefined);
} else {
updateAlertState(
target.name,