mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
improvement: better names in pages, folders and routes
This commit is contained in:
@@ -304,7 +304,7 @@ const MessagesList = () => {
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
toast.error("Ticket não encontrado");
|
||||
history.push("/chat");
|
||||
history.push("/tickets");
|
||||
}
|
||||
};
|
||||
fetchMessages();
|
||||
@@ -418,7 +418,7 @@ const MessagesList = () => {
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
}
|
||||
history.push("/chat");
|
||||
history.push("/tickets");
|
||||
};
|
||||
|
||||
const handleDrawerOpen = () => {
|
||||
|
||||
Reference in New Issue
Block a user