We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfa8a9 commit d851721Copy full SHA for d851721
superset-frontend/src/features/alerts/AlertReportModal.tsx
@@ -886,7 +886,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
886
887
// Need to make sure grace period is not lower than TIMEOUT_MIN
888
if (value === 0) {
889
- updateAlertState(target.name, null);
+ updateAlertState(target.name, undefined);
890
} else {
891
updateAlertState(
892
target.name,
0 commit comments