Set success status on event toast
This commit is contained in:
parent
2fb5c81b6c
commit
49cc8eef90
@ -94,6 +94,7 @@ export default function () {
|
|||||||
|
|
||||||
toast({
|
toast({
|
||||||
description: `Event ${approved ? "approved" : "rejected"}`,
|
description: `Event ${approved ? "approved" : "rejected"}`,
|
||||||
|
status: "success",
|
||||||
title: "Success",
|
title: "Success",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user