diff --git a/frontend/src/components/resources/alerter/config/alert_types.tsx b/frontend/src/components/resources/alerter/config/alert_types.tsx index 56c36cf9f..be7baa885 100644 --- a/frontend/src/components/resources/alerter/config/alert_types.tsx +++ b/frontend/src/components/resources/alerter/config/alert_types.tsx @@ -15,6 +15,7 @@ const ALERT_TYPES: Types.AlertData["type"][] = [ "ServerMem", "ServerDisk", "ContainerStateChange", + "ResourceSyncPendingUpdates", "AwsBuilderTerminationFailed", ];