From 39fa976b0879ca62133c95fc55593845d99137ca Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 17 Jan 2026 03:14:19 +0300 Subject: [PATCH] Update AdminBroadcasts.tsx --- src/pages/AdminBroadcasts.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/pages/AdminBroadcasts.tsx b/src/pages/AdminBroadcasts.tsx index 1203bb2..1451d5f 100644 --- a/src/pages/AdminBroadcasts.tsx +++ b/src/pages/AdminBroadcasts.tsx @@ -6,7 +6,6 @@ import { Broadcast, BroadcastFilter, TariffFilter, - BroadcastButton, BroadcastCreateRequest, } from '../api/adminBroadcasts' @@ -237,13 +236,6 @@ function CreateBroadcastModal({ onClose, onSuccess }: CreateModalProps) { ) } - // Preview recipients count - const handlePreview = () => { - if (target) { - previewMutation.mutate(target) - } - } - // Submit const handleSubmit = () => { if (!target || !messageText.trim()) return