From 56037adcf0c836244c324fd154cef69687a3ed10 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Tue, 27 Jan 2026 16:18:28 +0000 Subject: [PATCH] fix: update alert field to use alertId for episode alerts --- Dashboard/src/Pages/Alerts/EpisodeView/Alerts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard/src/Pages/Alerts/EpisodeView/Alerts.tsx b/Dashboard/src/Pages/Alerts/EpisodeView/Alerts.tsx index 4ccba28647..fcfa538192 100644 --- a/Dashboard/src/Pages/Alerts/EpisodeView/Alerts.tsx +++ b/Dashboard/src/Pages/Alerts/EpisodeView/Alerts.tsx @@ -56,7 +56,7 @@ const EpisodeAlerts: FunctionComponent< formFields={[ { field: { - alert: true, + alertId: true, }, title: "Alert", description: "Select an alert to add to this episode.",