diff --git a/app/routes/events-team.tsx b/app/routes/events-team.tsx index f830100..458d848 100644 --- a/app/routes/events-team.tsx +++ b/app/routes/events-team.tsx @@ -94,6 +94,7 @@ export default function () { toast({ description: `Event ${approved ? "approved" : "rejected"}`, + status: "success", title: "Success", }); }