Fix types
parent
1bd560d350
commit
bc001c2b88
|
@ -75,8 +75,8 @@ describe('SendWysiwygComposer', () => {
|
|||
});
|
||||
|
||||
const customRender = (
|
||||
onChange = (_content: string) => void 0,
|
||||
onSend = () => void 0,
|
||||
onChange = (_content: string): void => void 0,
|
||||
onSend = (): void => void 0,
|
||||
disabled = false,
|
||||
isRichTextEnabled = true,
|
||||
placeholder?: string) => {
|
||||
|
|
Loading…
Reference in New Issue