fix: update alert field to use alertId for episode alerts

This commit is contained in:
Nawaz Dhandala
2026-01-27 16:18:28 +00:00
parent 73e2fcf3c6
commit 56037adcf0

View File

@@ -56,7 +56,7 @@ const EpisodeAlerts: FunctionComponent<
formFields={[
{
field: {
alert: true,
alertId: true,
},
title: "Alert",
description: "Select an alert to add to this episode.",