diff --git a/x-pack/plugins/maps/public/layers/sources/xyz_tms_source/xyz_tms_editor.tsx b/x-pack/plugins/maps/public/layers/sources/xyz_tms_source/xyz_tms_editor.tsx index 4bf21bca84975..323c596740fe9 100644 --- a/x-pack/plugins/maps/public/layers/sources/xyz_tms_source/xyz_tms_editor.tsx +++ b/x-pack/plugins/maps/public/layers/sources/xyz_tms_source/xyz_tms_editor.tsx @@ -24,8 +24,8 @@ export interface Props { interface State { tmsInput: string; tmsCanPreview: boolean; - attributionText: string; - attributionUrl: string; + attributionText?: string; + attributionUrl?: string; } export class XYZTMSEditor extends Component {