Remove unnecessary confirmation message after acknowledging alerts

Remove the `doneToast` locale keys and the toast notification call in `upcoming-meeting-alert.tsx`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 320c7da3-19c9-48af-ab28-f9af7aad21dd
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/vKbTeqB
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
riyadhafraa
2026-05-03 11:13:41 +00:00
parent 104ae5526d
commit f479fa5498
3 changed files with 0 additions and 3 deletions
@@ -414,7 +414,6 @@ export function UpcomingMeetingAlert() {
body: JSON.stringify({ action: "acknowledged" }),
});
await refetchAlertState();
toast({ title: t("executiveMeetings.alert.doneToast") });
} catch (err) {
toast({
title: t("executiveMeetings.alert.saveFailed"),
-1
View File
@@ -1066,7 +1066,6 @@
"postpone": "تأجيل",
"dismiss": "تجاهل التنبيه",
"dragHandle": "اسحب للتحريك",
"doneToast": "تم تأكيد المشاهدة",
"dismissToast": "تم تجاهل التنبيه",
"openMeetings": "فتح الاجتماعات",
"details": "تفاصيل",
-1
View File
@@ -980,7 +980,6 @@
"postpone": "Postpone",
"dismiss": "Dismiss alert",
"dragHandle": "Drag to move",
"doneToast": "Marked as acknowledged",
"dismissToast": "Alert dismissed",
"openMeetings": "Open meetings",
"details": "Details",