Salvando alterações antes de iplementar o Agendamento ao final do atendimento
parent
ccfa108e6e
commit
e5f75cf0be
|
@ -41,6 +41,8 @@ const TicketActionButtons = ({ ticket }) => {
|
|||
};
|
||||
|
||||
const handleUpdateTicketStatus = async (e, status, userId) => {
|
||||
|
||||
|
||||
setLoading(true);
|
||||
try {
|
||||
await api.put(`/tickets/${ticket.id}`, {
|
||||
|
|
Loading…
Reference in New Issue