diff --git a/src/store/integrations/composer.tsx b/src/store/integrations/composer.tsx index 17068bbe..4289b756 100644 --- a/src/store/integrations/composer.tsx +++ b/src/store/integrations/composer.tsx @@ -57,7 +57,7 @@ type ComposerProps = EditorProps & { * If defined, a menu item to add inline images is added to the composer. */ onFileSelect?: (arg: { editor: TinyMCE; files: HTMLInputElement['files'] | undefined }) => void; - customInitOptions?: EditorProps['init']; + customInitOptions?: Partial; }; export const FileInput = styled.input`