From cd12d6548a6d9038ff7ebf1fa4dbf53125db7ad1 Mon Sep 17 00:00:00 2001 From: shahzad31 Date: Tue, 7 Jun 2022 14:14:11 +0200 Subject: [PATCH] fix type --- .../components/fleet_package/browser/source_field.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/synthetics/public/legacy_uptime/components/fleet_package/browser/source_field.tsx b/x-pack/plugins/synthetics/public/legacy_uptime/components/fleet_package/browser/source_field.tsx index 1b436a4d899708..8db1680afb4144 100644 --- a/x-pack/plugins/synthetics/public/legacy_uptime/components/fleet_package/browser/source_field.tsx +++ b/x-pack/plugins/synthetics/public/legacy_uptime/components/fleet_package/browser/source_field.tsx @@ -48,7 +48,7 @@ interface Props { onChange: (sourceConfig: SourceConfig) => void; onFieldBlur: (field: ConfigKey) => void; defaultConfig?: SourceConfig; - validate: Validation; + validate?: Validation; } export const defaultValues = {