Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set success status on event toast
  • Loading branch information
regalijan committed Feb 26, 2024
1 parent 2fb5c81 commit 49cc8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/events-team.tsx
Expand Up @@ -94,6 +94,7 @@ export default function () {

toast({
description: `Event ${approved ? "approved" : "rejected"}`,
status: "success",
title: "Success",
});
}
Expand Down

0 comments on commit 49cc8ee

Please sign in to comment.