diff --git a/frontend/app/components/Dashboard/components/WidgetView/CardViewMenu.tsx b/frontend/app/components/Dashboard/components/WidgetView/CardViewMenu.tsx index 5d3911320..05502ebcd 100644 --- a/frontend/app/components/Dashboard/components/WidgetView/CardViewMenu.tsx +++ b/frontend/app/components/Dashboard/components/WidgetView/CardViewMenu.tsx @@ -36,7 +36,7 @@ const CardViewMenu = () => { key: 'alert', label: 'Set Alerts', icon: , - disabled: !widget.exists() || widget.metricType === 'predefined', + disabled: !widget.exists() || widget.metricType !== 'timeseries', onClick: showAlertModal, }, {