fix blank message sending
This commit is contained in:
parent
60f4b226ff
commit
a2f3f3f39a
@ -93,7 +93,7 @@ export default function Chat() {
|
||||
}
|
||||
|
||||
function handleSendMessage() {
|
||||
if (!ticketId) return;
|
||||
if (!ticketId || !messageField) return;
|
||||
|
||||
sendTicketMessage({
|
||||
body: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user