We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4bc0d commit 1cd1466Copy full SHA for 1cd1466
1 file changed
x-pack/plugins/uptime/public/pages/settings.tsx
@@ -35,8 +35,8 @@ import * as Translations from './translations';
35
36
interface SettingsPageFieldErrors {
37
heartbeatIndices: string | '';
38
- expirationThresholdError: string | null;
39
- ageThresholdError: string | null;
+ expirationThresholdError?: string;
+ ageThresholdError?: string;
40
}
41
42
export interface SettingsFormProps {
0 commit comments