Make initialContent optional is SendWysiwygComposer
This commit is contained in:
@@ -34,7 +34,7 @@ const Content = forwardRef<HTMLElement, ContentProps>(
|
|||||||
);
|
);
|
||||||
|
|
||||||
interface SendWysiwygComposerProps {
|
interface SendWysiwygComposerProps {
|
||||||
initialContent: string;
|
initialContent?: string;
|
||||||
isRichTextEnabled: boolean;
|
isRichTextEnabled: boolean;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
onChange: (content: string) => void;
|
onChange: (content: string) => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user