Skip to content

Commit

Permalink
remove unneeded toast
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Nov 9, 2024
1 parent 2a8aca9 commit 93f7489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Ticket/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const Ticket = () => {
}

if (data.action === "delete" && data.ticketId === ticket.id) {
toast.success("Ticket deleted sucessfully.");
history.push("/tickets");
}
};
Expand Down

0 comments on commit 93f7489

Please sign in to comment.