Skip to content

Commit

Permalink
Merge pull request #2789 from glific/bug/contact-id
Browse files Browse the repository at this point in the history
Contact Id was not getting updated
  • Loading branch information
mdshamoon authored Mar 6, 2024
2 parents dd5f286 + 387d993 commit 96a7324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/Form/WhatsAppEditor/WhatsAppEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const WhatsAppEditor = ({
},
COMMAND_PRIORITY_LOW
);
}, [editor]);
}, [editor, sendMessage]);

const Placeholder = () => {
return <div className={styles.editorPlaceholder}>Type a message...</div>;
Expand Down

0 comments on commit 96a7324

Please sign in to comment.