From 0210d385aa9bcd61fc898aa97a49e66e5c565ee2 Mon Sep 17 00:00:00 2001 From: Lea Date: Thu, 21 Sep 2023 17:47:52 +0200 Subject: [PATCH] fix: allow sending multiline alerts --- components/pages/inspector/UserActions.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/pages/inspector/UserActions.tsx b/components/pages/inspector/UserActions.tsx index 42bd5ae..d4e5299 100644 --- a/components/pages/inspector/UserActions.tsx +++ b/components/pages/inspector/UserActions.tsx @@ -40,6 +40,7 @@ import { cn } from "@/lib/utils"; import { decodeTime } from "ulid"; import { Checkbox } from "@/components/ui/checkbox"; import UserSelector from "@/components/ui/user-selector"; +import { Textarea } from "@/components/ui/textarea"; const badges = [1, 2, 4, 8, 16, 32, 128, 0, 256, 512, 1024]; @@ -302,7 +303,7 @@ export function UserActions({ user, bot }: { user: User; bot?: Bot }) { This will send a message from the Platform Moderation account. -