diff --git a/src/main/ts/components/Editor.tsx b/src/main/ts/components/Editor.tsx index 0e1c2205..6382ee44 100644 --- a/src/main/ts/components/Editor.tsx +++ b/src/main/ts/components/Editor.tsx @@ -15,7 +15,7 @@ export interface IProps { initialValue: string; onEditorChange: (a: string, editor: TinyMCEEditor) => void; value: string; - init: EditorOptions & { selector?: undefined; target?: undefined }; + init: EditorOptions & Partial>; tagName: string; cloudChannel: string; plugins: NonNullable;