Make initialContent optional is SendWysiwygComposer
This commit is contained in:
parent
b85b5dacee
commit
5d86b5ac48
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue