mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
feat: handle group messages
This commit is contained in:
@@ -103,7 +103,7 @@ const TicketActionButtons = ({ ticket }) => {
|
||||
color="primary"
|
||||
onClick={e => handleUpdateTicketStatus(e, "open", userId)}
|
||||
>
|
||||
ACCEPT
|
||||
{i18n.t("messagesList.header.buttons.accept")}
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user