1
0
Fork 0

Compare commits

...

2 Commits
main ... fix-1

Author SHA1 Message Date
Lea ccd3e58d5d Merge branch 'main' into fix-1 2023-08-09 14:39:23 +02:00
Lea a3f615e61f
fix: actually send alert message content 2023-08-06 00:28:29 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ export function UserActions({ user, bot }: { user: User; bot?: Bot }) {
<AlertDialogAction
onClick={() => {
if (!alertMessage.current) return;
alertMessage.current = "";
sendAlert(user._id, alertMessage.current)
.then(() => toast({ title: "Sent Alert" }))