From 1cd1466287f4cee422662ea3beef909e39d727be Mon Sep 17 00:00:00 2001 From: shahzad Date: Wed, 6 May 2020 13:32:35 +0200 Subject: [PATCH] tyoe --- x-pack/plugins/uptime/public/pages/settings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {