diff --git a/src/components/UI/Form/WhatsAppEditor/WhatsAppEditor.tsx b/src/components/UI/Form/WhatsAppEditor/WhatsAppEditor.tsx index 90fb848be..b82ec7e23 100644 --- a/src/components/UI/Form/WhatsAppEditor/WhatsAppEditor.tsx +++ b/src/components/UI/Form/WhatsAppEditor/WhatsAppEditor.tsx @@ -78,7 +78,7 @@ export const WhatsAppEditor = ({ }, COMMAND_PRIORITY_LOW ); - }, [editor]); + }, [editor, sendMessage]); const Placeholder = () => { return
Type a message...
;