diff --git a/superset-frontend/src/features/alerts/AlertReportModal.tsx b/superset-frontend/src/features/alerts/AlertReportModal.tsx index c24c49f33655b..6de43fae6a075 100644 --- a/superset-frontend/src/features/alerts/AlertReportModal.tsx +++ b/superset-frontend/src/features/alerts/AlertReportModal.tsx @@ -883,7 +883,7 @@ const AlertReportModal: FunctionComponent = ({ // 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,