diff --git a/x-pack/plugins/uptime/public/pages/settings.tsx b/x-pack/plugins/uptime/public/pages/settings.tsx index e43fe9e5ea600..3f3870597d8af 100644 --- a/x-pack/plugins/uptime/public/pages/settings.tsx +++ b/x-pack/plugins/uptime/public/pages/settings.tsx @@ -35,8 +35,8 @@ import * as Translations from './translations'; interface SettingsPageFieldErrors { heartbeatIndices: string | ''; - expirationThresholdError: string | null; - ageThresholdError: string | null; + expirationThresholdError?: string; + ageThresholdError?: string; } export interface SettingsFormProps {