mirror of https://github.com/vector-im/riot-web
Make initialContent optional is SendWysiwygComposer
parent
b85b5dacee
commit
5d86b5ac48
|
@ -34,7 +34,7 @@ const Content = forwardRef<HTMLElement, ContentProps>(
|
|||
);
|
||||
|
||||
interface SendWysiwygComposerProps {
|
||||
initialContent: string;
|
||||
initialContent?: string;
|
||||
isRichTextEnabled: boolean;
|
||||
disabled?: boolean;
|
||||
onChange: (content: string) => void;
|
||||
|
|
Loading…
Reference in New Issue