improvement: focus app when clicking desktop notification

This commit is contained in:
canove
2020-09-25 22:12:31 -03:00
parent eb23775948
commit 9d87522ad9
3 changed files with 29 additions and 30 deletions

View File

@@ -338,7 +338,7 @@ const MessagesList = () => {
}
if (data.action === "delete") {
toast.success("The deleted sucessfully.");
toast.success("Ticket deleted sucessfully.");
history.push("/tickets");
}
});