mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
improvement: block sending messages on pending/closed tickets
This commit is contained in:
@@ -551,7 +551,7 @@ const Ticket = () => {
|
||||
>
|
||||
{messagesList.length > 0 ? renderMessages() : []}
|
||||
</div>
|
||||
<MessageInput />
|
||||
<MessageInput ticketStatus={ticket.status} />
|
||||
{loading ? (
|
||||
<div>
|
||||
<CircularProgress className={classes.circleLoading} />
|
||||
|
||||
Reference in New Issue
Block a user