Skip to content

Commit 1cd1466

Browse files
committed
tyoe
1 parent 8a4bc0d commit 1cd1466

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/uptime/public/pages/settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ import * as Translations from './translations';
3535

3636
interface SettingsPageFieldErrors {
3737
heartbeatIndices: string | '';
38-
expirationThresholdError: string | null;
39-
ageThresholdError: string | null;
38+
expirationThresholdError?: string;
39+
ageThresholdError?: string;
4040
}
4141

4242
export interface SettingsFormProps {

0 commit comments

Comments
 (0)