fix: typo
This commit is contained in:
parent
f22b5415c9
commit
60077789e4
|
@ -40,7 +40,7 @@ export default function MessageInput(props: Props) {
|
|||
!event.ctrlKey &&
|
||||
!event.shiftKey
|
||||
) {
|
||||
await onMessage();
|
||||
await sendMessage();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue