Skip to content

Commit

Permalink
tyoe
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed May 6, 2020
1 parent 8a4bc0d commit 1cd1466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/uptime/public/pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1cd1466

Please sign in to comment.